From: Kumar Gala Date: Fri, 16 Oct 2009 07:21:39 +0000 (+0000) Subject: powerpc: Minor cleanup to lib/Kconfig.debug X-Git-Tag: upstream/snapshot3+hdmi~16713^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01deab98e3ad8ff27243a8d5f8dd746c7110ae4f;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git powerpc: Minor cleanup to lib/Kconfig.debug We don't need an explicit PPC64 in the DEBUG_PREEMPT dependancies as all PPC platforms now support TRACE_IRQFLAGS_SUPPORT. Signed-off-by: Kumar Gala Signed-off-by: Benjamin Herrenschmidt --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 30df586..234ceb1 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -392,7 +392,7 @@ config DEBUG_KMEMLEAK_TEST config DEBUG_PREEMPT bool "Debug preemptible kernel" - depends on DEBUG_KERNEL && PREEMPT && (TRACE_IRQFLAGS_SUPPORT || PPC64) + depends on DEBUG_KERNEL && PREEMPT && TRACE_IRQFLAGS_SUPPORT default y help If you say Y here then the kernel will use a debug variant of the