[PATCH] powerpc: Remove proc_trap()
Christophe Leroy
christophe.leroy at csgroup.eu
Wed Jun 9 15:52:50 AEST 2021
proc_trap() has never been used, remove it.
Signed-off-by: Christophe Leroy <christophe.leroy at csgroup.eu>
---
arch/powerpc/include/asm/reg.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/arch/powerpc/include/asm/reg.h b/arch/powerpc/include/asm/reg.h
index 7c81d3e563b2..3bb01a8779c9 100644
--- a/arch/powerpc/include/asm/reg.h
+++ b/arch/powerpc/include/asm/reg.h
@@ -1435,8 +1435,6 @@ static inline void mtsr(u32 val, u32 idx)
}
#endif
-#define proc_trap() asm volatile("trap")
-
extern unsigned long current_stack_frame(void);
register unsigned long current_stack_pointer asm("r1");
--
2.25.0
More information about the Linuxppc-dev
mailing list