projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6edc51a
)
softirq: Display IRQ_POLL for irq-poll statistics
author
Sagi Grimberg
<
[email protected]
>
Mon, 10 Oct 2016 12:10:51 +0000
(15:10 +0300)
committer
Jens Axboe
<
[email protected]
>
Fri, 21 Oct 2016 21:45:47 +0000
(15:45 -0600)
This library was moved to the generic area and was
renamed to irq-poll. Hence, update proc/softirqs output accordingly.
Signed-off-by: Sagi Grimberg <
[email protected]
>
Reviewed-by: Johannes Thumshirn <
[email protected]
>
Reviewed-by: Christoph Hellwig <
[email protected]
>
Signed-off-by: Jens Axboe <
[email protected]
>
kernel/softirq.c
patch
|
blob
|
history
diff --git
a/kernel/softirq.c
b/kernel/softirq.c
index 1bf81ef913755ae797c90e2affc3330f54d3a7df..744fa611cae06b26d89a04e915f0d7fadf37035b 100644
(file)
--- a/
kernel/softirq.c
+++ b/
kernel/softirq.c
@@
-58,7
+58,7
@@
static struct softirq_action softirq_vec[NR_SOFTIRQS] __cacheline_aligned_in_smp
DEFINE_PER_CPU(struct task_struct *, ksoftirqd);
const char * const softirq_to_name[NR_SOFTIRQS] = {
- "HI", "TIMER", "NET_TX", "NET_RX", "BLOCK", "
BLOCK_IO
POLL",
+ "HI", "TIMER", "NET_TX", "NET_RX", "BLOCK", "
IRQ_
POLL",
"TASKLET", "SCHED", "HRTIMER", "RCU"
};