summaryrefslogtreecommitdiff
path: root/include/trace/events/irq.h
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2015-11-10 16:56:14 +0300
committerChristoph Hellwig <hch@lst.de>2015-12-11 22:52:24 +0300
commit511cbce2ff8b9d322077909ee90c5d4b67b29b75 (patch)
tree27e1f9e09332d204ec1a1a506e674ca80ed9e580 /include/trace/events/irq.h
parenta2dbb7b56f2c29fc78b18a3fbe47ad80f6912092 (diff)
downloadlinux-511cbce2ff8b9d322077909ee90c5d4b67b29b75.tar.xz
irq_poll: make blk-iopoll available outside the block layer
The new name is irq_poll as iopoll is already taken. Better suggestions welcome. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Bart Van Assche <bart.vanassche@sandisk.com>
Diffstat (limited to 'include/trace/events/irq.h')
-rw-r--r--include/trace/events/irq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/trace/events/irq.h b/include/trace/events/irq.h
index ff8f6c091a15..f95f25e786ef 100644
--- a/include/trace/events/irq.h
+++ b/include/trace/events/irq.h
@@ -15,7 +15,7 @@ struct softirq_action;
softirq_name(NET_TX) \
softirq_name(NET_RX) \
softirq_name(BLOCK) \
- softirq_name(BLOCK_IOPOLL) \
+ softirq_name(IRQ_POLL) \
softirq_name(TASKLET) \
softirq_name(SCHED) \
softirq_name(HRTIMER) \