aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/interrupt.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r--include/linux/interrupt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index af886b26c9d..9127f6b51a3 100644
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
@@ -252,7 +252,8 @@ enum
252 BLOCK_SOFTIRQ, 252 BLOCK_SOFTIRQ,
253 TASKLET_SOFTIRQ, 253 TASKLET_SOFTIRQ,
254 SCHED_SOFTIRQ, 254 SCHED_SOFTIRQ,
255 RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */ 255 HRTIMER_SOFTIRQ,
256 RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */
256 257
257 NR_SOFTIRQS 258 NR_SOFTIRQS
258}; 259};