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>2014-05-14 18:37:59 (GMT)
commit25f4c18ca02e3b3c5ca7d8c422c0b14fa570aab9 (patch)
treea1202e1ca1aae916a0e0d4503fdd11f9ac450821 /lib
parent1adbb701c9655936319389038e9ab542eeff210d (diff)
downloadlinux-fsl-qoriq-25f4c18ca02e3b3c5ca7d8c422c0b14fa570aab9.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.