These messages refer to a Kconfig option that does no longer exist. Match them to their surrounding #ifdef options. Signed-off-by: Paul Gortmaker <paul.gortmaker@xxxxxxxxxxxxx> --- [ For the patch queue, this change should be squished into the existing genirq-disable-irqpoll-on-rt.patch file. It does not need to be maintained as a separate commit. ] kernel/irq/spurious.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/irq/spurious.c b/kernel/irq/spurious.c index d1c80fa..e8dbd15 100644 --- a/kernel/irq/spurious.c +++ b/kernel/irq/spurious.c @@ -343,7 +343,7 @@ static int __init irqfixup_setup(char *str) { #ifdef CONFIG_PREEMPT_RT_BASE printk(KERN_WARNING "irqfixup boot option not supported " - "w/ CONFIG_PREEMPT_RT\n"); + "w/ CONFIG_PREEMPT_RT_BASE\n"); return 1; #endif irqfixup = 1; @@ -360,7 +360,7 @@ static int __init irqpoll_setup(char *str) { #ifdef CONFIG_PREEMPT_RT_BASE printk(KERN_WARNING "irqpoll boot option not supported " - "w/ CONFIG_PREEMPT_RT\n"); + "w/ CONFIG_PREEMPT_RT_BASE\n"); return 1; #endif irqfixup = 2; -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html