hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/kernel/irq/spurious.c
....@@ -443,10 +443,6 @@
443443
444444 static int __init irqfixup_setup(char *str)
445445 {
446
-#ifdef CONFIG_PREEMPT_RT
447
- pr_warn("irqfixup boot option not supported w/ CONFIG_PREEMPT_RT\n");
448
- return 1;
449
-#endif
450446 irqfixup = 1;
451447 printk(KERN_WARNING "Misrouted IRQ fixup support enabled.\n");
452448 printk(KERN_WARNING "This may impact system performance.\n");
....@@ -459,10 +455,6 @@
459455
460456 static int __init irqpoll_setup(char *str)
461457 {
462
-#ifdef CONFIG_PREEMPT_RT
463
- pr_warn("irqpoll boot option not supported w/ CONFIG_PREEMPT_RT\n");
464
- return 1;
465
-#endif
466458 irqfixup = 2;
467459 printk(KERN_WARNING "Misrouted IRQ fixup and polling support "
468460 "enabled\n");