diff options
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r-- | include/linux/interrupt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index cb30edbfe9fc..0e95fcc75b2a 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -413,7 +413,7 @@ enum | |||
413 | NET_TX_SOFTIRQ, | 413 | NET_TX_SOFTIRQ, |
414 | NET_RX_SOFTIRQ, | 414 | NET_RX_SOFTIRQ, |
415 | BLOCK_SOFTIRQ, | 415 | BLOCK_SOFTIRQ, |
416 | BLOCK_IOPOLL_SOFTIRQ, | 416 | IRQ_POLL_SOFTIRQ, |
417 | TASKLET_SOFTIRQ, | 417 | TASKLET_SOFTIRQ, |
418 | SCHED_SOFTIRQ, | 418 | SCHED_SOFTIRQ, |
419 | HRTIMER_SOFTIRQ, /* Unused, but kept as tools rely on the | 419 | HRTIMER_SOFTIRQ, /* Unused, but kept as tools rely on the |