.. | .. |
---|
443 | 443 | |
---|
444 | 444 | static int __init irqfixup_setup(char *str) |
---|
445 | 445 | { |
---|
446 | | -#ifdef CONFIG_PREEMPT_RT |
---|
447 | | - pr_warn("irqfixup boot option not supported w/ CONFIG_PREEMPT_RT\n"); |
---|
448 | | - return 1; |
---|
449 | | -#endif |
---|
450 | 446 | irqfixup = 1; |
---|
451 | 447 | printk(KERN_WARNING "Misrouted IRQ fixup support enabled.\n"); |
---|
452 | 448 | printk(KERN_WARNING "This may impact system performance.\n"); |
---|
.. | .. |
---|
459 | 455 | |
---|
460 | 456 | static int __init irqpoll_setup(char *str) |
---|
461 | 457 | { |
---|
462 | | -#ifdef CONFIG_PREEMPT_RT |
---|
463 | | - pr_warn("irqpoll boot option not supported w/ CONFIG_PREEMPT_RT\n"); |
---|
464 | | - return 1; |
---|
465 | | -#endif |
---|
466 | 458 | irqfixup = 2; |
---|
467 | 459 | printk(KERN_WARNING "Misrouted IRQ fixup and polling support " |
---|
468 | 460 | "enabled\n"); |
---|