summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/head_8xx.S
diff options
context:
space:
mode:
authorChristophe Leroy <christophe.leroy@c-s.fr>2016-08-05 13:27:59 +0200
committerMichael Ellerman <mpe@ellerman.id.au>2016-09-23 07:54:22 +1000
commit148151a66a74bf43c6acc932a3f6cca464837b78 (patch)
tree11101a182a9adee75e8c3ce7c15c854f0694d33c /arch/powerpc/kernel/head_8xx.S
parent6b8cb66a6a7cc182b47da6a0a1d4e5da324c0695 (diff)
downloadlinux-148151a66a74bf43c6acc932a3f6cca464837b78.tar.gz
linux-148151a66a74bf43c6acc932a3f6cca464837b78.tar.xz
powerpc/32: Remove CLR_TOP32
CLR_TOP32() is defined as blank. Last useful instance of CLR_TOP32() was removed by commit 40ef8cbc6d360 ("powerpc: Get 64-bit configs to compile with ARCH=powerpc") in 2005. Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/kernel/head_8xx.S')
-rw-r--r--arch/powerpc/kernel/head_8xx.S1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/head_8xx.S b/arch/powerpc/kernel/head_8xx.S
index 43ddaae42baf..3a185c51ce8f 100644
--- a/arch/powerpc/kernel/head_8xx.S
+++ b/arch/powerpc/kernel/head_8xx.S
@@ -151,7 +151,6 @@ turn_on_mmu:
#define EXCEPTION_PROLOG_2 \
- CLR_TOP32(r11); \
stw r10,_CCR(r11); /* save registers */ \
stw r12,GPR12(r11); \
stw r9,GPR9(r11); \