aboutsummaryrefslogtreecommitdiff
path: root/net/lapb/lapb_timer.c
diff options
context:
space:
mode:
authorIngo Molnar <[email protected]>2009-07-03 08:29:57 -0500
committerThomas Gleixner <[email protected]>2021-09-19 23:01:15 +0200
commitb70e13885cf63b6f99cbd9a1dbb6beaa2622bf68 (patch)
treef3146f15e306ee95f6c4b3f9c9c9f758b25931ee /net/lapb/lapb_timer.c
parente739f98b4b11337a4e3865364b8922a9e5ad32b6 (diff)
genirq: Disable irqfixup/poll on PREEMPT_RT.
The support for misrouted IRQs is used on old / legacy systems and is not feasible on PREEMPT_RT. Polling for interrupts reduces the overall system performance. Additionally the interrupt latency depends on the polling frequency and delays are not desired for real time workloads. Disable IRQ polling on PREEMPT_RT and let the user know that it is not enabled. The compiler will optimize the real fixup/poll code out. [ bigeasy: Update changelog and switch to IS_ENABLED() ] Signed-off-by: Ingo Molnar <[email protected]> Signed-off-by: Sebastian Andrzej Siewior <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'net/lapb/lapb_timer.c')
0 files changed, 0 insertions, 0 deletions