Commit 74c30505 authored by Matthew Wilcox's avatar Matthew Wilcox Committed by Linus Torvalds

[PATCH] parisc: Kconfig debugging options

PA-RISC does have spinlock debugging and doesn't have the frame pointer
option.  USERMODE had been added twice to spinlock debugging, so remove that.
Committed-by: default avatarRandolph Chung <tausq@parisc-linux.org>
Committed-by: default avatarMatthew Wilcox <willy@parisc-linux.org>
parent 35176266
...@@ -50,7 +50,7 @@ config DEBUG_SLAB ...@@ -50,7 +50,7 @@ config DEBUG_SLAB
config DEBUG_SPINLOCK config DEBUG_SPINLOCK
bool "Spinlock debugging" bool "Spinlock debugging"
depends on DEBUG_KERNEL && (ALPHA || ARM || X86 || IA64 || MIPS || PPC32 || (SUPERH && !SUPERH64) || SPARC32 || SPARC64 || USERMODE || X86_64 || USERMODE) depends on DEBUG_KERNEL && (ALPHA || ARM || X86 || IA64 || MIPS || PARISC || PPC32 || (SUPERH && !SUPERH64) || SPARC32 || SPARC64 || USERMODE || X86_64)
help help
Say Y here and build SMP to catch missing spinlock initialization Say Y here and build SMP to catch missing spinlock initialization
and certain other kinds of spinlock errors commonly made. This is and certain other kinds of spinlock errors commonly made. This is
...@@ -110,7 +110,7 @@ config DEBUG_INFO ...@@ -110,7 +110,7 @@ config DEBUG_INFO
if !X86_64 if !X86_64
config FRAME_POINTER config FRAME_POINTER
bool "Compile the kernel with frame pointers" bool "Compile the kernel with frame pointers"
depends on X86 || CRIS || M68KNOMMU || PARISC depends on X86 || CRIS || M68KNOMMU
help help
If you say Y here the resulting kernel image will be slightly larger If you say Y here the resulting kernel image will be slightly larger
and slower, but it will give very useful debugging information. and slower, but it will give very useful debugging information.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment