]> err.no Git - linux-2.6/blobdiff - include/linux/interrupt.h
Merge branches 'release' and 'wmi-2.6.25' into release
[linux-2.6] / include / linux / interrupt.h
index 2306920fa38811bf1bdae40343217e8c497362d5..dea7598aeff43c641d72ac18aa506a8fcac9ea57 100644 (file)
@@ -256,6 +256,7 @@ enum
 #ifdef CONFIG_HIGH_RES_TIMERS
        HRTIMER_SOFTIRQ,
 #endif
+       RCU_SOFTIRQ,    /* Preferable RCU should always be the last softirq */
 };
 
 /* softirq mask and active fields moved to irq_cpustat_t in
@@ -443,4 +444,6 @@ static inline void init_irq_proc(void)
 }
 #endif
 
+int show_interrupts(struct seq_file *p, void *v);
+
 #endif