patch-2.1.115 linux/include/asm-ppc/signal.h

Next file: linux/include/asm-ppc/softirq.h
Previous file: linux/include/asm-ppc/setup.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.114/linux/include/asm-ppc/signal.h linux/include/asm-ppc/signal.h
@@ -88,6 +88,14 @@
 
 #define SA_RESTORER	0x04000000
 
+/* 
+ * sigaltstack controls
+ */
+#define SS_ONSTACK	1
+#define SS_DISABLE	2
+
+#define MINSIGSTKSZ	2048
+#define SIGSTKSZ	8192
 #ifdef __KERNEL__
 
 /*

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov