brcm63xx: hack around jffs2 corruption with SMP
authorJonas Gorski <jogo@openwrt.org>
Sun, 6 Apr 2014 22:03:42 +0000 (22:03 +0000)
committerJonas Gorski <jogo@openwrt.org>
Sun, 6 Apr 2014 22:03:42 +0000 (22:03 +0000)
commitf6d1b837971246b960bd58282db351703d266653
treefc20cfa075baa615a28d418398c4898034bd88c1
parent49bdda595c2bd8b5244245bdcadadf492c4548c7
brcm63xx: hack around jffs2 corruption with SMP

mempy_fromio seems to be randomly failing when the destination is
unaligned; work around it by forcing the name to be aligned in memory.

Should fix jffs2 and SMP for now, but needs to be some additional
looking into as it does not fix the source.

Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 40396
target/linux/brcm63xx/patches-3.10/803-jffs2-work-around-unaligned-accesses-failing-on-bcm6.patch [new file with mode: 0644]
target/linux/brcm63xx/patches-3.14/803-jffs2-work-around-unaligned-accesses-failing-on-bcm6.patch [new file with mode: 0644]