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)
commitdba8a58b46ae36f95addf138cfb00594293d53fe
tree81c9c7f6891f904ad301820e1e9ca912b8f7ead3
parent057900bfd10eb316d7395574d7acc88da2f2980a
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]