]> err.no Git - linux-2.6/blobdiff - include/asm-parisc/signal.h
[PATCH] ARM: 2755/1: describe ixp2000 virtual memory map layout
[linux-2.6] / 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 */