1
0
Fork 0

[PATCH] x86_64: Don't enable CONFIG_UNWIND_INFO by default for DEBUG_KERNEL

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

Cc: jbeulich@novell.com

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
hifive-unleashed-5.1
Andi Kleen 2006-03-25 16:32:01 +01:00 committed by Linus Torvalds
parent f271a6f557
commit 6a0f03e0d3
1 changed files with 0 additions and 1 deletions

View File

@ -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.