mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-06-19 04:51:24 -04:00
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