From: Sebastian Andrzej Siewior Date: Thu, 7 Nov 2019 09:19:24 +0000 (+0100) Subject: hrtimer: Remove the comment about not used HRTIMER_SOFTIRQ X-Git-Tag: v5.5-rc1~61^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3bbc53f4ae1686b501d92d4a5fd400f4958c8a98;p=thirdparty%2Fkernel%2Flinux.git hrtimer: Remove the comment about not used HRTIMER_SOFTIRQ The softirq `HRTIMER_SOFTIRQ' was not used since commit c6eb3f70d448 ("hrtimer: Get rid of hrtimer softirq"). But it got used again, beginning with commit 5da70160462e ("hrtimer: Implement support for softirq based hrtimers"), which did not remove the comment. Remove it now. Signed-off-by: Sebastian Andrzej Siewior Signed-off-by: Thomas Gleixner Link: https://lkml.kernel.org/r/20191107091924.13410-1-bigeasy@linutronix.de --- 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