summaryrefslogtreecommitdiff
path: root/target/linux/brcm63xx/patches-3.14/803-jffs2-work-around-unaligned-accesses-failing-on-bcm6.patch
Commit message (Collapse)AuthorAgeFilesLines
* brcm63xx: hack around jffs2 corruption with SMPJonas Gorski2014-04-061-0/+26
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