diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-03-13 04:34:09 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-03-13 04:34:09 +0100 |
commit | 2084e0225ed14cc1959c8aa703a3870c95fde4ab (patch) | |
tree | 818517eb07b585e981ce81c200294a8ec7a8e992 /include/linux/interrupt.h | |
parent | 4c6ed8f496fe89ff81b3d6e617a531bedfb613e4 (diff) | |
parent | 5cc985488845ec7227a2c5cfd2fd62cf57fb411a (diff) |
Merge branch 'tip/tracing/ftrace' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/ftrace
Diffstat (limited to 'include/linux/interrupt.h')
-rw-r--r-- | include/linux/interrupt.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h index 472f11765f6..9b7e9d74347 100644 --- a/include/linux/interrupt.h +++ b/include/linux/interrupt.h @@ -258,6 +258,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 */ |