diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2010-03-15 10:14:50 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2010-03-15 10:32:02 -0400 |
commit | 75216859d96f66856a0ee78c2de5b02115ff65f3 (patch) | |
tree | a16586b30dfd8a3eba7613e25f8f224d49539059 /arch/arm/boot | |
parent | b89ebadc3421f8ff85030768ec14144794984877 (diff) |
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/arm/boot')
-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 535a91daaa53..0f23009170a1 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S | |||
@@ -742,7 +742,7 @@ proc_types: | |||
742 | .word 0x000f0000 | 742 | .word 0x000f0000 |
743 | W(b) __armv4_mmu_cache_on | 743 | W(b) __armv4_mmu_cache_on |
744 | W(b) __armv4_mmu_cache_off | 744 | W(b) __armv4_mmu_cache_off |
745 | W(b) __armv4_mmu_cache_flush | 745 | W(b) __armv5tej_mmu_cache_flush |
746 | 746 | ||
747 | .word 0x0007b000 @ ARMv6 | 747 | .word 0x0007b000 @ ARMv6 |
748 | .word 0x000ff000 | 748 | .word 0x000ff000 |