aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc
diff options
context:
space:
mode:
authorJohn David Anglin <dave.anglin@bell.net>2014-07-23 19:44:12 -0400
committerHelge Deller <deller@gmx.de>2014-07-24 22:03:26 +0200
commit20dbea494543aefaace874cc3ec93a39b94b1ec4 (patch)
treeb97e9b5112ef61efffb4eebbec368d85be277428 /arch/parisc
parentMerge branch 'for-3.16' of git://linux-nfs.org/~bfields/linux (diff)
downloadlinux-dev-20dbea494543aefaace874cc3ec93a39b94b1ec4.tar.xz
linux-dev-20dbea494543aefaace874cc3ec93a39b94b1ec4.zip
parisc: Remove SA_RESTORER define
The sa_restorer field in struct sigaction is obsolete and no longer in the parisc implementation. However, the core code assumes the field is present if SA_RESTORER is defined. So, the define needs to be removed. Signed-off-by: John David Anglin <dave.anglin@bell.net> Cc: <stable@vger.kernel.org> Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'arch/parisc')
-rw-r--r--arch/parisc/include/uapi/asm/signal.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/parisc/include/uapi/asm/signal.h b/arch/parisc/include/uapi/asm/signal.h
index a2fa297196bc..f5645d6a89f2 100644
--- a/arch/parisc/include/uapi/asm/signal.h
+++ b/arch/parisc/include/uapi/asm/signal.h
@@ -69,8 +69,6 @@
#define SA_NOMASK SA_NODEFER
#define SA_ONESHOT SA_RESETHAND
-#define SA_RESTORER 0x04000000 /* obsolete -- ignored */
-
#define MINSIGSTKSZ 2048
#define SIGSTKSZ 8192