diff options
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/uapi/asm/signal.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/powerpc/include/uapi/asm/signal.h b/arch/powerpc/include/uapi/asm/signal.h index 48fa8d3f2f9a..e079fb39d5bc 100644 --- a/arch/powerpc/include/uapi/asm/signal.h +++ b/arch/powerpc/include/uapi/asm/signal.h | |||
@@ -85,12 +85,6 @@ typedef struct { | |||
85 | 85 | ||
86 | #define SA_RESTORER 0x04000000U | 86 | #define SA_RESTORER 0x04000000U |
87 | 87 | ||
88 | /* | ||
89 | * sigaltstack controls | ||
90 | */ | ||
91 | #define SS_ONSTACK 1 | ||
92 | #define SS_DISABLE 2 | ||
93 | |||
94 | #define MINSIGSTKSZ 2048 | 88 | #define MINSIGSTKSZ 2048 |
95 | #define SIGSTKSZ 8192 | 89 | #define SIGSTKSZ 8192 |
96 | 90 | ||