2021-06-09 13:03:03

by Christophe Leroy

[permalink] [raw]
Subject: [PATCH] powerpc: Remove proc_trap()

proc_trap() has never been used, remove it.

Signed-off-by: Christophe Leroy <[email protected]>
---
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


2021-06-18 07:52:45

by Michael Ellerman

[permalink] [raw]
Subject: Re: [PATCH] powerpc: Remove proc_trap()

On Wed, 9 Jun 2021 05:52:50 +0000 (UTC), Christophe Leroy wrote:
> proc_trap() has never been used, remove it.

Applied to powerpc/next.

[1/1] powerpc: Remove proc_trap()
https://git.kernel.org/powerpc/c/77b0bed74232c480b94bae188b6c7cd0ddee92e8

cheers