Skip to content

Commit 3bbc53f

Browse files
Sebastian Andrzej SiewiorKAGA-KOKO
authored andcommitted
hrtimer: Remove the comment about not used HRTIMER_SOFTIRQ
The softirq `HRTIMER_SOFTIRQ' was not used since commit c6eb3f7 ("hrtimer: Get rid of hrtimer softirq"). But it got used again, beginning with commit 5da7016 ("hrtimer: Implement support for softirq based hrtimers"), which did not remove the comment. Remove it now. Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
1 parent 1d6acc1 commit 3bbc53f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

include/linux/interrupt.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,7 @@ enum
520520
IRQ_POLL_SOFTIRQ,
521521
TASKLET_SOFTIRQ,
522522
SCHED_SOFTIRQ,
523-
HRTIMER_SOFTIRQ, /* Unused, but kept as tools rely on the
524-
numbering. Sigh! */
523+
HRTIMER_SOFTIRQ,
525524
RCU_SOFTIRQ, /* Preferable RCU should always be the last softirq */
526525

527526
NR_SOFTIRQS

0 commit comments

Comments
 (0)