diff options
Diffstat (limited to 'kernel/softirq.c')
-rw-r--r-- | kernel/softirq.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/softirq.c b/kernel/softirq.c index a5e81231ca7a..65ff3e3961b4 100644 --- a/kernel/softirq.c +++ b/kernel/softirq.c | |||
@@ -55,9 +55,8 @@ static struct softirq_action softirq_vec[NR_SOFTIRQS] __cacheline_aligned_in_smp | |||
55 | static DEFINE_PER_CPU(struct task_struct *, ksoftirqd); | 55 | static DEFINE_PER_CPU(struct task_struct *, ksoftirqd); |
56 | 56 | ||
57 | char *softirq_to_name[NR_SOFTIRQS] = { | 57 | char *softirq_to_name[NR_SOFTIRQS] = { |
58 | "HI_SOFTIRQ", "TIMER_SOFTIRQ", "NET_TX_SOFTIRQ", "NET_RX_SOFTIRQ", | 58 | "HI", "TIMER", "NET_TX", "NET_RX", "BLOCK", |
59 | "BLOCK_SOFTIRQ", "TASKLET_SOFTIRQ", "SCHED_SOFTIRQ", "HRTIMER_SOFTIRQ", | 59 | "TASKLET", "SCHED", "HRTIMER", "RCU" |
60 | "RCU_SOFTIRQ" | ||
61 | }; | 60 | }; |
62 | 61 | ||
63 | /* | 62 | /* |