Commit 01deab98e3ad8ff27243a8d5f8dd746c7110ae4f

Authored by Kumar Gala
Committed by Benjamin Herrenschmidt
1 parent f8a3ae6c84

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>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

... ... @@ -392,7 +392,7 @@
392 392  
393 393 config DEBUG_PREEMPT
394 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 396 default y
397 397 help
398 398 If you say Y here then the kernel will use a debug variant of the