diff options
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r-- | include/linux/interrupt.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 7e85a6e89e41..91f1ef8e5810 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -109,7 +109,7 @@ extern void enable_irq(unsigned int irq); | |||
109 | 109 | ||
110 | #if defined(CONFIG_SMP) && defined(CONFIG_GENERIC_HARDIRQS) | 110 | #if defined(CONFIG_SMP) && defined(CONFIG_GENERIC_HARDIRQS) |
111 | 111 | ||
112 | extern cpumask_t irq_default_affinity; | 112 | extern cpumask_var_t irq_default_affinity; |
113 | 113 | ||
114 | extern int irq_set_affinity(unsigned int irq, const struct cpumask *cpumask); | 114 | extern int irq_set_affinity(unsigned int irq, const struct cpumask *cpumask); |
115 | extern int irq_can_set_affinity(unsigned int irq); | 115 | extern int irq_can_set_affinity(unsigned int irq); |
@@ -253,9 +253,6 @@ enum | |||
253 | BLOCK_SOFTIRQ, | 253 | BLOCK_SOFTIRQ, |
254 | TASKLET_SOFTIRQ, | 254 | TASKLET_SOFTIRQ, |
255 | SCHED_SOFTIRQ, | 255 | SCHED_SOFTIRQ, |
256 | #ifdef CONFIG_HIGH_RES_TIMERS | ||
257 | HRTIMER_SOFTIRQ, | ||
258 | #endif | ||
259 | RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */ | 256 | RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */ |
260 | 257 | ||
261 | NR_SOFTIRQS | 258 | NR_SOFTIRQS |