From: Jesper Juhl Small fixup of CONFIG_DEBUG_SHIRQ help text. Signed-off-by: Jesper Juhl Signed-off-by: Andrew Morton --- lib/Kconfig.debug | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff -puN lib/Kconfig.debug~debug-shared-irqs-fix lib/Kconfig.debug --- devel/lib/Kconfig.debug~debug-shared-irqs-fix 2006-01-06 18:13:25.000000000 -0800 +++ devel-akpm/lib/Kconfig.debug 2006-01-06 18:13:25.000000000 -0800 @@ -9,6 +9,15 @@ config PRINTK_TIME in kernel startup. +config DEBUG_SHIRQ + bool "Debug shared IRQ handlers" + depends on GENERIC_HARDIRQS + help + Enable this to generate a spurious interrupt as soon as a shared interrupt + handler is registered, and just before one is deregistered. Drivers ought + to be able to handle interrupts coming in at those points; some don't and + need to be caught. + config DEBUG_KERNEL bool "Kernel debugging" help @@ -187,15 +196,6 @@ config DEBUG_VM If unsure, say N. -config DEBUG_SHIRQ - bool "Debug shared IRQ handlers" - depends on GENERIC_HARDIRQS - help - Enable this to generate a spurious interrupt as soon as a shared interrupt - handler is registered, and just before one is deregistered. Drivers ought - to be able to handle interrupts coming in at those some; some don't and - need to be caught. - config FRAME_POINTER bool "Compile the kernel with frame pointers" depends on DEBUG_KERNEL && (X86 || CRIS || M68K || M68KNOMMU || FRV || UML) _