Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment