patch-1.3.30 linux/include/asm-alpha/signal.h
Next file: linux/include/asm-i386/signal.h
Previous file: linux/include/asm-alpha/gentrap.h
Back to the patch index
Back to the overall index
- Lines: 19
- Date:
Mon Sep 25 08:19:07 1995
- Orig file:
v1.3.29/linux/include/asm-alpha/signal.h
- Orig date:
Tue Jul 25 18:21:23 1995
diff -u --recursive --new-file v1.3.29/linux/include/asm-alpha/signal.h linux/include/asm-alpha/signal.h
@@ -60,6 +60,18 @@
#define SA_NOMASK 0x00000008
#define SA_ONESHOT 0x00000010
+#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 1 /* for blocking signals */
#define SIG_UNBLOCK 2 /* for unblocking signals */
#define SIG_SETMASK 3 /* 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