Merge branch 'tracing/core-v2' into tracing-for-linus
[sfrench/cifs-2.6.git] / include / linux / interrupt.h
index c68bffd182bbe4d977848fd3507150da83be4d7b..ce2c07d99fc3a54934d140214cd46a0f7542937b 100644 (file)
@@ -278,6 +278,11 @@ enum
        NR_SOFTIRQS
 };
 
+/* map softirq index to softirq name. update 'softirq_to_name' in
+ * kernel/softirq.c when adding a new softirq.
+ */
+extern char *softirq_to_name[NR_SOFTIRQS];
+
 /* softirq mask and active fields moved to irq_cpustat_t in
  * asm/hardirq.h to get better cache usage.  KAO
  */