]> Pileus Git - ~andy/linux/commitdiff
parisc: remove unused syscall_ipi() function.
authorHelge Deller <deller@gmx.de>
Wed, 9 Oct 2013 21:10:14 +0000 (23:10 +0200)
committerHelge Deller <deller@gmx.de>
Sun, 13 Oct 2013 15:44:39 +0000 (17:44 +0200)
Signed-off-by: Helge Deller <deller@gmx.de>
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)