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)
commit788655ef85ecb3d15ddae02dea1ca283b7ca1297
treefc20cfa075baa615a28d418398c4898034bd88c1
parentc580cc13d786d7d2f64cd81a6993496d7cfb58e0
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40396 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]