diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2016-08-05 14:27:59 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2016-09-23 00:54:22 +0300 |
commit | 148151a66a74bf43c6acc932a3f6cca464837b78 (patch) | |
tree | 11101a182a9adee75e8c3ce7c15c854f0694d33c /arch/powerpc/include/asm/ppc_asm.h | |
parent | 6b8cb66a6a7cc182b47da6a0a1d4e5da324c0695 (diff) | |
download | 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/include/asm/ppc_asm.h')
-rw-r--r-- | arch/powerpc/include/asm/ppc_asm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/include/asm/ppc_asm.h b/arch/powerpc/include/asm/ppc_asm.h index bb566854ff2a..c73750b0d9fa 100644 --- a/arch/powerpc/include/asm/ppc_asm.h +++ b/arch/powerpc/include/asm/ppc_asm.h @@ -511,7 +511,6 @@ END_FTR_SECTION_IFCLR(CPU_FTR_601) #endif #define MTMSRD(r) mtmsr r #define MTMSR_EERI(reg) mtmsr reg -#define CLR_TOP32(r) #endif #endif /* __KERNEL__ */ |