diff options
| author | Andi Kleen <ak@suse.de> | 2006-03-25 10:32:01 -0500 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-03-25 12:14:39 -0500 |
| commit | 6a0f03e0d35c10e07f1160ca75fc9a367931e38b (patch) | |
| tree | 30f28b9feb33bf265bc56fe2690b1aa13208e79a /lib | |
| parent | f271a6f557497830f3995138b0c78d8634b33863 (diff) | |
[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>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Kconfig.debug | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 0bda3c5259f7..7e70ab13e191 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
| @@ -203,7 +203,6 @@ config UNWIND_INFO | |||
| 203 | bool "Compile the kernel with frame unwind information" | 203 | bool "Compile the kernel with frame unwind information" |
| 204 | depends on !IA64 | 204 | depends on !IA64 |
| 205 | depends on !MODULES || !(MIPS || PARISC || PPC || SUPERH || SPARC64 || V850) | 205 | depends on !MODULES || !(MIPS || PARISC || PPC || SUPERH || SPARC64 || V850) |
| 206 | default DEBUG_KERNEL | ||
| 207 | help | 206 | help |
| 208 | If you say Y here the resulting kernel image will be slightly larger | 207 | If you say Y here the resulting kernel image will be slightly larger |
| 209 | but not slower, and it will give very useful debugging information. | 208 | but not slower, and it will give very useful debugging information. |
