patch-pre2.0.8 linux/include/asm-ppc/signal.h
Next file: linux/include/asm-ppc/socket.h
Previous file: linux/include/asm-ppc/resource.h
Back to the patch index
Back to the overall index
-  Lines: 18
 -  Date:
Mon May 27 12:00:59 1996
 -  Orig file: 
pre2.0.7/linux/include/asm-ppc/signal.h
 -  Orig date: 
Fri Mar  1 07:50:56 1996
 
diff -u --recursive --new-file pre2.0.7/linux/include/asm-ppc/signal.h linux/include/asm-ppc/signal.h
@@ -60,6 +60,17 @@
 #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