patch-1.3.70 linux/include/asm-mips/signal.h
Next file: linux/include/asm-ppc/signal.h
Previous file: linux/include/asm-mips/floppy.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-mips/signal.h
- Orig date:
Sun Dec 17 11:43:24 1995
diff -u --recursive --new-file v1.3.69/linux/include/asm-mips/signal.h linux/include/asm-mips/signal.h
@@ -66,6 +66,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_STACK 0x1
#define SA_ONSTACK SA_STACK
@@ -75,6 +76,7 @@
#define SA_INTERRUPT 0x01000000
#define SA_NOMASK 0x02000000
#define SA_ONESHOT 0x04000000
+#define SA_SHIRQ 0x08000000
#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