diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/interrupt.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index de7593f4e895..e36e86c869fb 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h | |||
@@ -231,7 +231,8 @@ enum | |||
231 | NET_TX_SOFTIRQ, | 231 | NET_TX_SOFTIRQ, |
232 | NET_RX_SOFTIRQ, | 232 | NET_RX_SOFTIRQ, |
233 | BLOCK_SOFTIRQ, | 233 | BLOCK_SOFTIRQ, |
234 | TASKLET_SOFTIRQ | 234 | TASKLET_SOFTIRQ, |
235 | SCHED_SOFTIRQ, | ||
235 | }; | 236 | }; |
236 | 237 | ||
237 | /* softirq mask and active fields moved to irq_cpustat_t in | 238 | /* softirq mask and active fields moved to irq_cpustat_t in |