Commit 148151a6 authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman

powerpc/32: Remove CLR_TOP32

CLR_TOP32() is defined as blank. Last useful instance of CLR_TOP32()
was removed by commit 40ef8cbc ("powerpc: Get 64-bit configs to
compile with ARCH=powerpc") in 2005.
Signed-off-by: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent 6b8cb66a
...@@ -511,7 +511,6 @@ END_FTR_SECTION_IFCLR(CPU_FTR_601) ...@@ -511,7 +511,6 @@ END_FTR_SECTION_IFCLR(CPU_FTR_601)
#endif #endif
#define MTMSRD(r) mtmsr r #define MTMSRD(r) mtmsr r
#define MTMSR_EERI(reg) mtmsr reg #define MTMSR_EERI(reg) mtmsr reg
#define CLR_TOP32(r)
#endif #endif
#endif /* __KERNEL__ */ #endif /* __KERNEL__ */
......
...@@ -654,7 +654,6 @@ END_FTR_SECTION_IFSET(CPU_FTR_SPE) ...@@ -654,7 +654,6 @@ END_FTR_SECTION_IFSET(CPU_FTR_SPE)
#endif /* CONFIG_SMP */ #endif /* CONFIG_SMP */
tophys(r0,r4) tophys(r0,r4)
CLR_TOP32(r0)
mtspr SPRN_SPRG_THREAD,r0 /* Update current THREAD phys addr */ mtspr SPRN_SPRG_THREAD,r0 /* Update current THREAD phys addr */
lwz r1,KSP(r4) /* Load new stack pointer */ lwz r1,KSP(r4) /* Load new stack pointer */
......
...@@ -266,7 +266,6 @@ __secondary_hold_acknowledge: ...@@ -266,7 +266,6 @@ __secondary_hold_acknowledge:
#define EXCEPTION_PROLOG_2 \ #define EXCEPTION_PROLOG_2 \
CLR_TOP32(r11); \
stw r10,_CCR(r11); /* save registers */ \ stw r10,_CCR(r11); /* save registers */ \
stw r12,GPR12(r11); \ stw r12,GPR12(r11); \
stw r9,GPR9(r11); \ stw r9,GPR9(r11); \
...@@ -862,7 +861,6 @@ __secondary_start: ...@@ -862,7 +861,6 @@ __secondary_start:
/* ptr to phys current thread */ /* ptr to phys current thread */
tophys(r4,r2) tophys(r4,r2)
addi r4,r4,THREAD /* phys address of our thread_struct */ addi r4,r4,THREAD /* phys address of our thread_struct */
CLR_TOP32(r4)
mtspr SPRN_SPRG_THREAD,r4 mtspr SPRN_SPRG_THREAD,r4
li r3,0 li r3,0
mtspr SPRN_SPRG_RTAS,r3 /* 0 => not in RTAS */ mtspr SPRN_SPRG_RTAS,r3 /* 0 => not in RTAS */
...@@ -949,7 +947,6 @@ start_here: ...@@ -949,7 +947,6 @@ start_here:
/* ptr to phys current thread */ /* ptr to phys current thread */
tophys(r4,r2) tophys(r4,r2)
addi r4,r4,THREAD /* init task's THREAD */ addi r4,r4,THREAD /* init task's THREAD */
CLR_TOP32(r4)
mtspr SPRN_SPRG_THREAD,r4 mtspr SPRN_SPRG_THREAD,r4
li r3,0 li r3,0
mtspr SPRN_SPRG_RTAS,r3 /* 0 => not in RTAS */ mtspr SPRN_SPRG_RTAS,r3 /* 0 => not in RTAS */
......
...@@ -151,7 +151,6 @@ turn_on_mmu: ...@@ -151,7 +151,6 @@ turn_on_mmu:
#define EXCEPTION_PROLOG_2 \ #define EXCEPTION_PROLOG_2 \
CLR_TOP32(r11); \
stw r10,_CCR(r11); /* save registers */ \ stw r10,_CCR(r11); /* save registers */ \
stw r12,GPR12(r11); \ stw r12,GPR12(r11); \
stw r9,GPR9(r11); \ stw r9,GPR9(r11); \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment