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>2013-04-04 22:09:14 (GMT)
commit044f74d54bbbb233d16252f82c00232c43b70646 (patch)
treef8d2a3f07508f25dc8f200f3d9b2379229dd08cd /lib
parente27866fd45e5a12b92fc572d7c3076308a9969a7 (diff)
downloadlinux-fsl-qoriq-044f74d54bbbb233d16252f82c00232c43b70646.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 67604e5..24b60ba 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -164,7 +164,7 @@ config DEBUG_KERNEL
config DEBUG_SHIRQ
bool "Debug shared IRQ handlers"
- depends on DEBUG_KERNEL && GENERIC_HARDIRQS
+ depends on DEBUG_KERNEL && GENERIC_HARDIRQS && !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.