From: Will Deacon Date: Tue, 4 Dec 2012 11:57:11 +0000 (+0100) Subject: ARM: 7593/1: nommu: do not enable DCACHE_WORD_ACCESS when !CONFIG_MMU X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~53^2~1^4~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39b175a0092d4a8e0875c67df82285475b1da591;p=pandora-kernel.git ARM: 7593/1: nommu: do not enable DCACHE_WORD_ACCESS when !CONFIG_MMU Commit b9a50f74905a ("ARM: 7450/1: dcache: select DCACHE_WORD_ACCESS for little-endian ARMv6+ CPUs") added support for word-at-time path comparisons, relying on the ability to perform unaligned loads with negligible performance impact in hardware. For nommu configurations without MPU support, this is unpredictable and so we should fall back to the byte-by-byte routines. Acked-by: Nicolas Pitre Tested-by: Jonathan Austin Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed