softirq: add BLOCK_IOPOLL to softirq_to_name
With BLOCK_IOPOLL_SOFTIRQ added, softirq_to_name[] and show_softirq_name() needs to be updated. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> LKML-Reference: <4AB20398.8070209@cn.fujitsu.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
softirq_name(NET_TX), \
|
softirq_name(NET_TX), \
|
||||||
softirq_name(NET_RX), \
|
softirq_name(NET_RX), \
|
||||||
softirq_name(BLOCK), \
|
softirq_name(BLOCK), \
|
||||||
|
softirq_name(BLOCK_IOPOLL), \
|
||||||
softirq_name(TASKLET), \
|
softirq_name(TASKLET), \
|
||||||
softirq_name(SCHED), \
|
softirq_name(SCHED), \
|
||||||
softirq_name(HRTIMER), \
|
softirq_name(HRTIMER), \
|
||||||
|
@@ -57,7 +57,7 @@ static struct softirq_action softirq_vec[NR_SOFTIRQS] __cacheline_aligned_in_smp
|
|||||||
static DEFINE_PER_CPU(struct task_struct *, ksoftirqd);
|
static DEFINE_PER_CPU(struct task_struct *, ksoftirqd);
|
||||||
|
|
||||||
char *softirq_to_name[NR_SOFTIRQS] = {
|
char *softirq_to_name[NR_SOFTIRQS] = {
|
||||||
"HI", "TIMER", "NET_TX", "NET_RX", "BLOCK",
|
"HI", "TIMER", "NET_TX", "NET_RX", "BLOCK", "BLOCK_IOPOLL",
|
||||||
"TASKLET", "SCHED", "HRTIMER", "RCU"
|
"TASKLET", "SCHED", "HRTIMER", "RCU"
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user