From a735377899befa7ad1c3e84f6583f301531af818 Mon Sep 17 00:00:00 2001 From: "Syed Mohammed, Khasim" Date: Wed, 11 Jul 2007 05:11:23 -0700 Subject: [PATCH] ARMv7: NON V7 code changes to head.S Signed-off-by: Syed Mohammed Khasim Signed-off-by: Tony Lindgren --- arch/arm/boot/compressed/head.S | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/boot/compressed/head.S b/arch/arm/boot/compressed/head.S index d7fb5ee1637..ba51bb88df9 100644 --- a/arch/arm/boot/compressed/head.S +++ b/arch/arm/boot/compressed/head.S @@ -776,6 +776,7 @@ __armv7_mmu_cache_flush: mcr p15, 0, r10, c7, c14, 0 @ clean+invalidate D b iflush hierarchical: + adr sp, no_cache_id @ non-v7 code is temp stack stmfd sp!, {r0-r5, r7, r9-r11} mrc p15, 1, r0, c0, c0, 1 @ read clidr ands r3, r0, #0x7000000 @ extract loc from clidr -- 2.41.1