summaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/dwarf2.h
diff options
context:
space:
mode:
authorJan Beulich2006-01-11 22:42:05 +0100
committerLinus Torvalds2006-01-12 04:01:10 +0100
commit6e0c47ede7b1473a4e2ab65a0fecf0385ab23c03 (patch)
treeb190f8d76776faf5a2fba9fbfa866c71ec793265 /include/asm-x86_64/dwarf2.h
parent[PATCH] x86_64: Support constant TSC feature in future AMD CPUs. (diff)
downloadkernel-qcow2-linux-6e0c47ede7b1473a4e2ab65a0fecf0385ab23c03.tar.gz
kernel-qcow2-linux-6e0c47ede7b1473a4e2ab65a0fecf0385ab23c03.tar.xz
kernel-qcow2-linux-6e0c47ede7b1473a4e2ab65a0fecf0385ab23c03.zip
[PATCH] x86_64: Separate CONFIG_UNWIND_INFO from CONFIG_DEBUG_INFO
As a follow-up to the introduction of CONFIG_UNWIND_INFO, this separates the generation of frame unwind information for x86-64 from that of full debug information. Signed-off-by: Andi Kleen <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-x86_64/dwarf2.h')
-rw-r--r--include/asm-x86_64/dwarf2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-x86_64/dwarf2.h b/include/asm-x86_64/dwarf2.h
index fe062cba0a89..07654bd155bf 100644
--- a/include/asm-x86_64/dwarf2.h
+++ b/include/asm-x86_64/dwarf2.h
@@ -14,7 +14,7 @@
away for older version.
*/
-#ifdef CONFIG_DEBUG_INFO
+#ifdef CONFIG_UNWIND_INFO
#define CFI_STARTPROC .cfi_startproc
#define CFI_ENDPROC .cfi_endproc