]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - include/linux/interrupt.h
Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mv-sheeva.git] / include / linux / interrupt.h
index 4528bf70866a24d320dad035c63d88e16c25d95b..8a9613d0c67401c2462df62ee9225bed14d00b53 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
  */