Skip to content

Commit

Permalink
ARM: 5990/1: ARM: use __armv5tej_mmu_cache_flush for V5TEJ instead of…
Browse files Browse the repository at this point in the history
… __armv4_mmu_cache_flush

This got broken with commit 0e056f2

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Sascha Hauer authored and Russell King committed Mar 15, 2010
1 parent b89ebad commit 7521685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/compressed/head.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7521685

Please sign in to comment.