Skip to content

Commit

Permalink
[PATCH] x86_64: Don't enable CONFIG_UNWIND_INFO by default for DEBUG_…
Browse files Browse the repository at this point in the history
…KERNEL

DEBUG_KERNEL is often enabled just for sysrq, but this doesn't
mean the user wants more heavyweight debugging information.

Cc: [email protected]

Signed-off-by: Andi Kleen <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed Mar 25, 2006
1 parent f271a6f commit 6a0f03e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ config UNWIND_INFO
bool "Compile the kernel with frame unwind information"
depends on !IA64
depends on !MODULES || !(MIPS || PARISC || PPC || SUPERH || SPARC64 || V850)
default DEBUG_KERNEL
help
If you say Y here the resulting kernel image will be slightly larger
but not slower, and it will give very useful debugging information.
Expand Down

0 comments on commit 6a0f03e

Please sign in to comment.