sparc64: Kill CONFIG_STACK_DEBUG code.
The generic stack tracer does this job just as well. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
63b7549573
commit
ddacd0bc70
2 changed files with 1 additions and 78 deletions
|
@ -19,13 +19,10 @@ config DEBUG_DCFLUSH
|
|||
bool "D-cache flush debugging"
|
||||
depends on SPARC64 && DEBUG_KERNEL
|
||||
|
||||
config STACK_DEBUG
|
||||
bool "Stack Overflow Detection Support"
|
||||
|
||||
config MCOUNT
|
||||
bool
|
||||
depends on SPARC64
|
||||
depends on STACK_DEBUG || FUNCTION_TRACER
|
||||
depends on FUNCTION_TRACER
|
||||
default y
|
||||
|
||||
config FRAME_POINTER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue