All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] parisc: remove unused syscall_ipi() function.
@ 2013-10-09 21:56 Helge Deller
  0 siblings, 0 replies; only message in thread
From: Helge Deller @ 2013-10-09 21:56 UTC (permalink / raw)
  To: linux-parisc, James Bottomley

Signed-off-by: Helge Deller <deller@gmx.de>

diff --git a/arch/parisc/kernel/traps.c b/arch/parisc/kernel/traps.c
index 04e47c6..ebc877c 100644
--- a/arch/parisc/kernel/traps.c
+++ b/arch/parisc/kernel/traps.c
@@ -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);
-}

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-10-09 21:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-09 21:56 [PATCH] parisc: remove unused syscall_ipi() function Helge Deller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.