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-02-03 03:16:22.000000000 -0800 +++ devel-akpm/lib/Kconfig.debug 2006-02-03 03:16:22.000000000 -0800 @@ -23,6 +23,15 @@ config MAGIC_SYSRQ keys are documented in . Don't say Y unless you really know what this hack does. +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 @@ -195,15 +204,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) _