mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
parisc: remove unused syscall_ipi() function.
Signed-off-by: Helge Deller <deller@gmx.de>
This commit is contained in:
parent
528d8eb20a
commit
ec7c241953
@ -291,11 +291,6 @@ void die_if_kernel(char *str, struct pt_regs *regs, long err)
|
|||||||
do_exit(SIGSEGV);
|
do_exit(SIGSEGV);
|
||||||
}
|
}
|
||||||
|
|
||||||
int syscall_ipi(int (*syscall) (struct pt_regs *), struct pt_regs *regs)
|
|
||||||
{
|
|
||||||
return syscall(regs);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* gdb uses break 4,8 */
|
/* gdb uses break 4,8 */
|
||||||
#define GDB_BREAK_INSN 0x10004
|
#define GDB_BREAK_INSN 0x10004
|
||||||
static void handle_gdb_break(struct pt_regs *regs, int wot)
|
static void handle_gdb_break(struct pt_regs *regs, int wot)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user