[PATCH] i386: reliable stack trace support (i386)
authorJan Beulich <jbeulich@novell.com>
Mon, 26 Jun 2006 11:57:41 +0000 (13:57 +0200)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 26 Jun 2006 17:48:17 +0000 (10:48 -0700)
commit176a2718f408ce92788b29127050b04dfd6e4f68
treebb637b13098f821551d07d3a13d140a908e7bc04
parentdffead4e421e289c8434351400d24fd35723e874
[PATCH] i386: reliable stack trace support (i386)

These are the i386-specific pieces to enable reliable stack traces. This is
going to be even more useful once CFI annotations get added to he assembly
code, namely to entry.S.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/i386/kernel/entry.S
arch/i386/kernel/process.c
arch/i386/kernel/traps.c
arch/i386/kernel/vmlinux.lds.S
include/asm-i386/processor.h
include/asm-i386/unwind.h [new file with mode: 0644]
lib/Kconfig.debug