public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] Kconfig.debug DEBUG_PREEMPT dependency
@ 2007-06-06 10:53 maximilian attems
  2007-06-06 11:11 ` maximilian attems
  2007-06-06 11:32 ` Ingo Molnar
  0 siblings, 2 replies; 3+ messages in thread
From: maximilian attems @ 2007-06-06 10:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: mingo

allow to set DEBUG_PREEMPT on PREEMPT_BKL, but !PREEMPT
purpose is to get bonus of debug_smp_processor_id().

Signed-off-by: maximilian attems <max@stro.at>

diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index da95e10..1d4ab66 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -145,7 +145,7 @@ config DEBUG_SLAB_LEAK
 
 config DEBUG_PREEMPT
 	bool "Debug preemptible kernel"
-	depends on DEBUG_KERNEL && PREEMPT && TRACE_IRQFLAGS_SUPPORT
+	depends on DEBUG_KERNEL && (PREEMPT || PREEMPT_BKL) && TRACE_IRQFLAGS_SUPPORT
 	default y
 	help
 	  If you say Y here then the kernel will use a debug variant of the

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-06-06 11:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-06 10:53 [patch] Kconfig.debug DEBUG_PREEMPT dependency maximilian attems
2007-06-06 11:11 ` maximilian attems
2007-06-06 11:32 ` Ingo Molnar

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox