patch-1.3.30 linux/include/asm-i386/signal.h

Next file: linux/include/asm-i386/smp.h
Previous file: linux/include/asm-alpha/signal.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.29/linux/include/asm-i386/signal.h linux/include/asm-i386/signal.h
@@ -58,6 +58,18 @@
 #define SA_NOMASK	0x40000000
 #define SA_ONESHOT	0x80000000
 
+#ifdef __KERNEL__
+/*
+ * These values of sa_flags are used only by the kernel as part of the
+ * irq handling routines.
+ *
+ * SA_INTERRUPT is also used by the irq handling routines.
+ */
+#define SA_PROBE SA_ONESHOT
+#define SA_SAMPLE_RANDOM SA_RESTART
+#endif
+
+
 #define SIG_BLOCK          0	/* for blocking signals */
 #define SIG_UNBLOCK        1	/* for unblocking signals */
 #define SIG_SETMASK        2	/* for setting the signal mask */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this