]> Pileus Git - ~andy/linux/commit
ARM: 7928/1: kconfig: select HAVE_EFFICIENT_UNALIGNED_ACCESS for CPUv6+ && MMU
authorWill Deacon <will.deacon@arm.com>
Tue, 17 Dec 2013 18:50:16 +0000 (19:50 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 29 Dec 2013 12:46:50 +0000 (12:46 +0000)
commitdce5c9e35bc4085bd33eccdb8c9ec5a643507a14
tree101ffd028417f609a5424d8037b8c54f6421257b
parentcb601185da996656e0bcef46a89a5a2d9619b071
ARM: 7928/1: kconfig: select HAVE_EFFICIENT_UNALIGNED_ACCESS for CPUv6+ && MMU

Modern ARM CPUs can perform efficient unaligned memory accesses in
hardware and this feature is relied up on by code such as the dcache
word-at-a-time name hashing.

This patch selects HAVE_EFFICIENT_UNALIGNED_ACCESS for these cores and
reworks the kconfig select logic for DCACHE_WORD_ACCESS to use the new
symbol.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/Kconfig