Skip to content

Commit ec7c241

Browse files
committed
parisc: remove unused syscall_ipi() function.
Signed-off-by: Helge Deller <[email protected]>
1 parent 528d8eb commit ec7c241

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/parisc/kernel/traps.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -291,11 +291,6 @@ void die_if_kernel(char *str, struct pt_regs *regs, long err)
291291
do_exit(SIGSEGV);
292292
}
293293

294-
int syscall_ipi(int (*syscall) (struct pt_regs *), struct pt_regs *regs)
295-
{
296-
return syscall(regs);
297-
}
298-
299294
/* gdb uses break 4,8 */
300295
#define GDB_BREAK_INSN 0x10004
301296
static void handle_gdb_break(struct pt_regs *regs, int wot)

0 commit comments

Comments
 (0)