[LV] [PATCH 2.6.18] signal.h: Remove obsolete IRQ handler flags
This is a set of changes to remove obsolete IRQ handler flags. They conflict with legacy aliases defined in <linux/interrupt.h>. Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org> --- Please apply. Maciej patch-mips-2.6.18-20060920-vax-irqf-0 diff -up --recursive --new-file linux-mips-2.6.18-20060920.macro/include/asm-vax/signal.h linux-mips-2.6.18-20060920/include/asm-vax/signal.h --- linux-mips-2.6.18-20060920.macro/include/asm-vax/signal.h 2007-01-11 00:00:00.000000000 +0000 +++ linux-mips-2.6.18-20060920/include/asm-vax/signal.h 2007-01-28 05:24:17.000000000 +0000 @@ -96,7 +96,6 @@ typedef unsigned long sigset_t; #define SA_NOMASK SA_NODEFER #define SA_ONESHOT SA_RESETHAND -#define SA_INTERRUPT 0x20000000 /* dummy -- ignored */ #define SA_RESTORER 0x04000000 @@ -109,20 +108,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 */ _______________________________________________ Linux-Vax mailing list Linux-Vax@pergamentum.com http://www.pergamentum.com/mailman/listinfo/linux-vax
Teilnehmer (1)
-
Maciej W. Rozycki