parisc: remove unused syscall_ipi() function.
[firefly-linux-kernel-4.4.55.git] / arch / parisc / kernel / traps.c
index 04e47c6a45626347aa261d3725005cdafb9385ad..ebc877c28583ac38d33a9dc04e08f6d69df0d180 100644 (file)
@@ -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)