diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2010-03-15 15:14:50 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-03-15 14:32:02 +0000 |
commit | 75216859d96f66856a0ee78c2de5b02115ff65f3 (patch) | |
tree | a16586b30dfd8a3eba7613e25f8f224d49539059 /arch | |
parent | b89ebadc3421f8ff85030768ec14144794984877 (diff) | |
download | linux-3.10-75216859d96f66856a0ee78c2de5b02115ff65f3.tar.gz linux-3.10-75216859d96f66856a0ee78c2de5b02115ff65f3.tar.bz2 linux-3.10-75216859d96f66856a0ee78c2de5b02115ff65f3.zip |
ARM: 5990/1: ARM: use __armv5tej_mmu_cache_flush for V5TEJ instead of __armv4_mmu_cache_flush
This got broken with commit 0e056f20
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/boot/compressed/head.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index 535a91daaa5..0f23009170a 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S @@ -742,7 +742,7 @@ proc_types: .word 0x000f0000 W(b) __armv4_mmu_cache_on W(b) __armv4_mmu_cache_off - W(b) __armv4_mmu_cache_flush + W(b) __armv5tej_mmu_cache_flush .word 0x0007b000 @ ARMv6 .word 0x000ff000 |