View | Details | Raw Unified | Return to bug 10053
Collapse All | Expand All

(-)linux-2.6.16+/include/linux/signal.h (-1 / +4 lines)
Lines 14-23 Link Here
14
 *
14
 *
15
 * SA_INTERRUPT is also used by the irq handling routines.
15
 * SA_INTERRUPT is also used by the irq handling routines.
16
 * SA_SHIRQ is for shared interrupt support on PCI and EISA.
16
 * SA_SHIRQ is for shared interrupt support on PCI and EISA.
17
 */
17
 * SA_PROBEIRQ is set by callers when they expect sharing mismatches to occur
18
 */
18
#define SA_PROBE		SA_ONESHOT
19
#define SA_PROBE		SA_ONESHOT
19
#define SA_SAMPLE_RANDOM	SA_RESTART
20
#define SA_SAMPLE_RANDOM	SA_RESTART
20
#define SA_SHIRQ		0x04000000
21
#define SA_SHIRQ		0x04000000
22
#define SA_PROBEIRQ		0x08000000
23
21
/*
24
/*
22
 * As above, these correspond to the IORESOURCE_IRQ_* defines in
25
 * As above, these correspond to the IORESOURCE_IRQ_* defines in
23
 * linux/ioport.h to select the interrupt line behaviour.  When
26
 * linux/ioport.h to select the interrupt line behaviour.  When

Return to bug 10053