aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-03-18 10:22:04 +0100
committerAnders Roxell <anders.roxell@linaro.org>2014-06-30 14:35:44 +0200
commit94cd4ad891745a4d73a08a171b0f858b3549f9ac (patch)
tree36017c899b4d0aeb905ecb47548da0e821e03000 /lib
parent6551369a6c24453fcdb63aed08772934ad0b3ea1 (diff)
genirq: Disable DEBUG_SHIRQ for rt
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index a48abeac753f..410f22d180d9 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -606,7 +606,7 @@ endmenu # "Memory Debugging"
config DEBUG_SHIRQ
bool "Debug shared IRQ handlers"
- depends on DEBUG_KERNEL
+ depends on DEBUG_KERNEL && !PREEMPT_RT_BASE
help
Enable this to generate a spurious interrupt as soon as a shared
interrupt handler is registered, and just before one is deregistered.