Browse Source

parisc: remove unused syscall_ipi() function.

Signed-off-by: Helge Deller <deller@gmx.de>
Helge Deller 12 years ago
parent
commit
ec7c241953
1 changed files with 0 additions and 5 deletions
  1. 0 5
      arch/parisc/kernel/traps.c

+ 0 - 5
arch/parisc/kernel/traps.c

@@ -291,11 +291,6 @@ void die_if_kernel(char *str, struct pt_regs *regs, long err)
 	do_exit(SIGSEGV);
 }
 
-int syscall_ipi(int (*syscall) (struct pt_regs *), struct pt_regs *regs)
-{
-	return syscall(regs);
-}
-
 /* gdb uses break 4,8 */
 #define GDB_BREAK_INSN 0x10004
 static void handle_gdb_break(struct pt_regs *regs, int wot)