aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/interrupt.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-01-06 20:10:53 -0500
committerLinus Torvalds <torvalds@linux-foundation.org>2009-01-06 20:10:53 -0500
commit3610639d1fceb09cb418c65fcbe9136c31eee03a (patch)
tree78aa6de9e9495c39f8671aed927fece5adff8d24 /include/linux/interrupt.h
parentcfa97f993c275d193fe82c22511dfb5f1e51b661 (diff)
parent82c5b7b527ccc4b5d3cf832437e842f9d2920a79 (diff)
Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
* 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip: hrtimer: splitout peek ahead functionality, fix hrtimer: fixup comments hrtimer: fix recursion deadlock by re-introducing the softirq hrtimer: simplify hotplug migration hrtimer: fix HOTPLUG_CPU=n compile warning hrtimer: splitout peek ahead functionality
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 af886b26c9d1..9127f6b51a39 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};