]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/asm-h8300/signal.h
[PATCH] move SA_xxx defines to linux/signal.h
[karo-tx-linux.git] / include / asm-h8300 / signal.h
index 3a08544a473eccc44e1ba91e766f0799264a32f9..ac3e01bd639666856421be05cc41f35bcbce71d9 100644 (file)
@@ -107,19 +107,6 @@ typedef unsigned long sigset_t;
 #define MINSIGSTKSZ    2048
 #define SIGSTKSZ       8192
 
-#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.
- * 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
-
 #define SIG_BLOCK          0   /* for blocking signals */
 #define SIG_UNBLOCK        1   /* for unblocking signals */
 #define SIG_SETMASK        2   /* for setting the signal mask */