diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-03 21:09:11 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-05-03 21:09:11 +0100 |
commit | c93212f387fdf5180d9d13cc207419abd5b3ec17 (patch) | |
tree | e1534d6051327711ea8aa07e3158fd86d138107d /arch/arm/boot | |
parent | 5933f2ae353a93b1d3b501bc63c925531849bbc7 (diff) | |
parent | f5178ddd2f09de8b1cfc5e19043892e8b24666cb (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/nico/orion into devel-stable
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/compressed/head.S | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index adf583cd0c35..a36f4526689b 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S @@ -735,12 +735,6 @@ proc_types: W(b) __armv4_mmu_cache_off W(b) __armv6_mmu_cache_flush - .word 0x560f5810 @ Marvell PJ4 ARMv6 - .word 0xff0ffff0 - W(b) __armv4_mmu_cache_on - W(b) __armv4_mmu_cache_off - W(b) __armv6_mmu_cache_flush - .word 0x000f0000 @ new CPU Id .word 0x000f0000 W(b) __armv7_mmu_cache_on |