patch-1.3.70 linux/include/asm-alpha/signal.h
Next file: linux/include/asm-alpha/system.h
Previous file: linux/include/asm-alpha/mmu_context.h
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Fri Mar 1 07:50:56 1996
- Orig file:
v1.3.69/linux/include/asm-alpha/signal.h
- Orig date:
Tue Oct 10 18:46:38 1995
diff -u --recursive --new-file v1.3.69/linux/include/asm-alpha/signal.h linux/include/asm-alpha/signal.h
@@ -53,6 +53,7 @@
* the changes in signal handling. LBT 010493.
* SA_INTERRUPT is a no-op, but left due to historical reasons. Use the
* SA_RESTART flag to get restarting signals (which were the default long ago)
+ * SA_SHIRQ flag is for shared interrupt support on PCI and EISA.
*/
#define SA_NOCLDSTOP 0x00000004
@@ -61,6 +62,7 @@
#define SA_INTERRUPT 0x20000000
#define SA_NOMASK 0x00000008
#define SA_ONESHOT 0x00000010
+#define SA_SHIRQ 0x00000020
#ifdef __KERNEL__
/*
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