summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2011-03-18 09:22:04 (GMT)
committerScott Wood <scottwood@freescale.com>2015-02-13 22:20:21 (GMT)
commit7dfec4ecac4b20bb112b4c21a30a60a078d10842 (patch)
treef9661083143b81c2e2e1337e7ee2639059ceacfc /lib
parentfaba815c03937a90ec28e8a3acede970fa8806b3 (diff)
downloadlinux-fsl-qoriq-7dfec4ecac4b20bb112b4c21a30a60a078d10842.tar.xz
genirq: Disable DEBUG_SHIRQ for rt
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
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 094f315..bde5dd2 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -597,7 +597,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.