mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
powerpc: Remove proc_trap()
proc_trap() has never been used, remove it. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/827944ea12d470c2f862635f48b5ee6c1520351f.1623217909.git.christophe.leroy@csgroup.eu
This commit is contained in:
parent
4696cfdb13
commit
77b0bed742
1 changed files with 0 additions and 2 deletions
|
@ -1436,8 +1436,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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue