brcm63xx: hack around jffs2 corruption with SMP
authorjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Apr 2014 22:03:42 +0000 (22:03 +0000)
committerjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 6 Apr 2014 22:03:42 +0000 (22:03 +0000)
commit2a82b375c702ce08d3732e88af4986b89f42e5ae
treefc20cfa075baa615a28d418398c4898034bd88c1
parenteb6b5c53ab158fb048fca202f36b23d9fd4e1c2a
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]