lkml.org 
[lkml]   [2019]   [Nov]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] hrtimer: Remove the comment about not used HRTIMER_SOFTIRQ
Date
The softirq `HRTIMER_SOFTIRQ' was not used since commit
c6eb3f70d448 ("hrtimer: Get rid of hrtimer softirq")

but then we started using it again, beginning with commit
5da70160462e ("hrtimer: Implement support for softirq based hrtimers")

so the comment is not longer accurate.

Remove the comment saying that HRTIMER_SOFTIRQ not used.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
---
include/linux/interrupt.h | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/linux/interrupt.h b/include/linux/interrupt.h
index 89fc59dab57d2..963c3c695784f 100644
--- a/include/linux/interrupt.h
+++ b/include/linux/interrupt.h
@@ -520,8 +520,7 @@ enum
IRQ_POLL_SOFTIRQ,
TASKLET_SOFTIRQ,
SCHED_SOFTIRQ,
- HRTIMER_SOFTIRQ, /* Unused, but kept as tools rely on the
- numbering. Sigh! */
+ HRTIMER_SOFTIRQ,
RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */

NR_SOFTIRQS
--
2.24.0
\
 
 \ /
  Last update: 2019-11-07 10:20    [W:0.075 / U:0.072 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site