[PATCH 3.14 18/29] parisc: Remove SA_RESTORER define
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2014-07-30 02:04:59
Also in:
lkml
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Date: 2014-07-30 02:04:59
Also in:
lkml
3.14-stable review patch. If anyone has any objections, please let me know. ------------------ From: John David Anglin <redacted> commit 20dbea494543aefaace874cc3ec93a39b94b1ec4 upstream. 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 <redacted> Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> --- arch/parisc/include/uapi/asm/signal.h | 2 -- 1 file changed, 2 deletions(-)
--- 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