Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 123318
b: refs/heads/master
c: 5bb28a5
h: refs/heads/master
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Dec 4, 2008
1 parent 13bb3ab commit 3f34545
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 46 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 293666b7a17cb7a389fc274980439212386a19c4
refs/heads/master: 5bb28a57a248c0bd4316f54c3e7129933cf146d0
26 changes: 26 additions & 0 deletions trunk/arch/sparc/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,30 @@ config DEBUG_STACK_USAGE

This option will slow down process creation somewhat.

config DEBUG_DCFLUSH
bool "D-cache flush debugging"
depends on SPARC64 && DEBUG_KERNEL

config STACK_DEBUG
bool "Stack Overflow Detection Support"

config DEBUG_PAGEALLOC
bool "Debug page memory allocations"
depends on SPARC64 && DEBUG_KERNEL && !HIBERNATION
help
Unmap pages from the kernel linear mapping after free_pages().
This results in a large slowdown, but helps to find certain types
of memory corruptions.

config MCOUNT
bool
depends on SPARC64
depends on STACK_DEBUG || FUNCTION_TRACER
default y

config FRAME_POINTER
bool
depends on MCOUNT
default y

endmenu
2 changes: 1 addition & 1 deletion trunk/arch/sparc64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ source "drivers/sbus/char/Kconfig"

source "fs/Kconfig"

source "arch/sparc64/Kconfig.debug"
source "arch/sparc/Kconfig.debug"

source "security/Kconfig"

Expand Down
44 changes: 0 additions & 44 deletions trunk/arch/sparc64/Kconfig.debug

This file was deleted.

0 comments on commit 3f34545

Please sign in to comment.