mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-08 14:13:53 +00:00
hrtimer: Remove the comment about not used HRTIMER_SOFTIRQ
The softirq `HRTIMER_SOFTIRQ' was not used since commitc6eb3f70d4
("hrtimer: Get rid of hrtimer softirq"). But it got used again, beginning with commit5da7016046
("hrtimer: Implement support for softirq based hrtimers"), which did not remove the comment. Remove it now. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Link: https://lkml.kernel.org/r/20191107091924.13410-1-bigeasy@linutronix.de
This commit is contained in:
parent
1d6acc18fe
commit
3bbc53f4ae
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user