Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ec7c2419 authored by Helge Deller's avatar Helge Deller
Browse files

parisc: remove unused syscall_ipi() function.



Signed-off-by: default avatarHelge Deller <deller@gmx.de>
parent 528d8eb2
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -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)