|
@@ -42,7 +42,6 @@
|
|
*
|
|
*
|
|
* IRQF_DISABLED - keep irqs disabled when calling the action handler.
|
|
* IRQF_DISABLED - keep irqs disabled when calling the action handler.
|
|
* DEPRECATED. This flag is a NOOP and scheduled to be removed
|
|
* DEPRECATED. This flag is a NOOP and scheduled to be removed
|
|
- * IRQF_SAMPLE_RANDOM - irq is used to feed the random generator
|
|
|
|
* IRQF_SHARED - allow sharing the irq among several devices
|
|
* IRQF_SHARED - allow sharing the irq among several devices
|
|
* IRQF_PROBE_SHARED - set by callers when they expect sharing mismatches to occur
|
|
* IRQF_PROBE_SHARED - set by callers when they expect sharing mismatches to occur
|
|
* IRQF_TIMER - Flag to mark this interrupt as timer interrupt
|
|
* IRQF_TIMER - Flag to mark this interrupt as timer interrupt
|
|
@@ -61,7 +60,6 @@
|
|
* resume time.
|
|
* resume time.
|
|
*/
|
|
*/
|
|
#define IRQF_DISABLED 0x00000020
|
|
#define IRQF_DISABLED 0x00000020
|
|
-#define IRQF_SAMPLE_RANDOM 0x00000040
|
|
|
|
#define IRQF_SHARED 0x00000080
|
|
#define IRQF_SHARED 0x00000080
|
|
#define IRQF_PROBE_SHARED 0x00000100
|
|
#define IRQF_PROBE_SHARED 0x00000100
|
|
#define __IRQF_TIMER 0x00000200
|
|
#define __IRQF_TIMER 0x00000200
|