Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 899039e8 authored by Steven Rostedt's avatar Steven Rostedt
Browse files

softirq: no need to have SOFTIRQ in softirq name



Impact: clean up

It is redundant to have 'SOFTIRQ' in the softirq names.

Reported-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarSteven Rostedt <srostedt@redhat.com>
parent 7f96f93f
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -55,9 +55,8 @@ static struct softirq_action softirq_vec[NR_SOFTIRQS] __cacheline_aligned_in_smp
static DEFINE_PER_CPU(struct task_struct *, ksoftirqd);

char *softirq_to_name[NR_SOFTIRQS] = {
	"HI_SOFTIRQ", "TIMER_SOFTIRQ", "NET_TX_SOFTIRQ", "NET_RX_SOFTIRQ",
	"BLOCK_SOFTIRQ", "TASKLET_SOFTIRQ", "SCHED_SOFTIRQ", "HRTIMER_SOFTIRQ",
	"RCU_SOFTIRQ"
	"HI", "TIMER", "NET_TX", "NET_RX", "BLOCK",
	"TASKLET", "SCHED", "HRTIMER",	"RCU"
};

/*