diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2016-12-13 17:57:38 +0100 |
---|---|---|
committer | Scott Wood <oss@buserror.net> | 2017-01-27 00:49:32 +0100 |
commit | 2add203169fd6bf419176e283f701d26944bce41 (patch) | |
tree | c8d7321d0f0387bf77c8119dd33e9b4b866750ec /arch/powerpc/include/asm/ppc_asm.h | |
parent | powerpc/8xx: Implement hw_breakpoint (diff) | |
download | linux-2add203169fd6bf419176e283f701d26944bce41.tar.xz linux-2add203169fd6bf419176e283f701d26944bce41.zip |
powerpc/32: Remove FIX_SRR1
FIX_SRR1() is defined as blank. Last useful instance of FIX_SRR1()
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: Scott Wood <oss@buserror.net>
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 025833b8df9f..359c44341761 100644 --- a/arch/powerpc/include/asm/ppc_asm.h +++ b/arch/powerpc/include/asm/ppc_asm.h @@ -505,7 +505,6 @@ END_FTR_SECTION_IFCLR(CPU_FTR_601) #define MTMSRD(r) mtmsrd r #define MTMSR_EERI(reg) mtmsrd reg,1 #else -#define FIX_SRR1(ra, rb) #ifndef CONFIG_40x #define RFI rfi #else |