patch-2.2.0-pre6 linux/include/asm-arm/signal.h

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

diff -u --recursive --new-file v2.2.0-pre5/linux/include/asm-arm/signal.h linux/include/asm-arm/signal.h
@@ -21,7 +21,7 @@
 } sigset_t;
 
 #else
-/* Here we must cater to lics that poke about in kernel headers.  */
+/* Here we must cater to libcs that poke about in kernel headers.  */
 
 #define NSIG		32
 typedef unsigned long sigset_t;
@@ -69,6 +69,8 @@
 #define SIGRTMIN	32
 #define SIGRTMAX	(_NSIG-1)
 
+#define SIGSWI		32
+
 /*
  * SA_FLAGS values:
  *
@@ -96,6 +98,8 @@
 #define SA_INTERRUPT	0x20000000 /* dummy -- ignored */
 
 #define SA_RESTORER	0x04000000
+#define SA_THIRTYTWO	0x02000000 /* deliver signal in 32-bit mode even if
+				      task is running 26 bits. */
 
 /* 
  * sigaltstack controls

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