summaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/signal.c
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@bell.net>2013-07-28 21:49:53 (GMT)
committerHelge Deller <deller@gmx.de>2013-07-31 21:42:21 (GMT)
commit5a0ce2dc218ea9a6e659dcc5a4827975cb13104f (patch)
tree91db9f01d4a025ca37f459533165efcb537c21ec /arch/parisc/kernel/signal.c
parent78f1386cb0777e7413df734ddc30e41d0a6522a9 (diff)
downloadlinux-fsl-qoriq-5a0ce2dc218ea9a6e659dcc5a4827975cb13104f.tar.xz
parisc: Remove arch/parisc/kernel/sys32.h header
The KERNEL_SYSCALL define is not used anymore so the header can be removed. Signed-off-by: John David Anglin <dave.anglin@bell.net> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc/kernel/signal.c')
-rw-r--r--arch/parisc/kernel/signal.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/parisc/kernel/signal.c b/arch/parisc/kernel/signal.c
index 940188d..07349b0 100644
--- a/arch/parisc/kernel/signal.c
+++ b/arch/parisc/kernel/signal.c
@@ -56,13 +56,6 @@
#define A(__x) ((unsigned long)(__x))
/*
- * Atomically swap in the new signal mask, and wait for a signal.
- */
-#ifdef CONFIG_64BIT
-#include "sys32.h"
-#endif
-
-/*
* Do a signal return - restore sigcontext.
*/