diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2009-10-16 03:21:39 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-10-27 01:42:42 -0400 |
commit | 01deab98e3ad8ff27243a8d5f8dd746c7110ae4f (patch) | |
tree | dff659b9094540a462d8d4db992470e2632adc30 /lib/Kconfig.debug | |
parent | f8a3ae6c84e60a3f35f573ea592b8fe00dd367ab (diff) |
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 <galak@kernel.crashing.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 30df5865ecbe..234ceb10861f 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -392,7 +392,7 @@ config DEBUG_KMEMLEAK_TEST | |||
392 | 392 | ||
393 | config DEBUG_PREEMPT | 393 | config DEBUG_PREEMPT |
394 | bool "Debug preemptible kernel" | 394 | bool "Debug preemptible kernel" |
395 | depends on DEBUG_KERNEL && PREEMPT && (TRACE_IRQFLAGS_SUPPORT || PPC64) | 395 | depends on DEBUG_KERNEL && PREEMPT && TRACE_IRQFLAGS_SUPPORT |
396 | default y | 396 | default y |
397 | help | 397 | help |
398 | If you say Y here then the kernel will use a debug variant of the | 398 | If you say Y here then the kernel will use a debug variant of the |