]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-parisc/signal.h
Merge master.kernel.org:/home/rmk/linux-2.6-arm
[linux-2.6-omap-h63xx.git] / include / asm-parisc / signal.h
index 358f577c8eb8e9650738138af397bdae86e7154a..25cb23ef7dd120dab907d0cfe802c82e583e7ce5 100644 (file)
 #define _NSIG_BPW      BITS_PER_LONG
 #define _NSIG_WORDS    (_NSIG / _NSIG_BPW)
 
-/*
- * 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.
- * SA_SHIRQ is for shared interrupt support on PCI and EISA.
- */
-#define SA_PROBE               SA_ONESHOT
-#define SA_SAMPLE_RANDOM       SA_RESTART
-#define SA_SHIRQ               0x04000000
-
 #endif /* __KERNEL__ */
 
 #define SIG_BLOCK          0   /* for blocking signals */