[PATCH] i386: Do stacktracer conversion too
authorAndi Kleen <ak@suse.de>
Tue, 26 Sep 2006 08:52:34 +0000 (10:52 +0200)
committerAndi Kleen <andi@basil.nowhere.org>
Tue, 26 Sep 2006 08:52:34 +0000 (10:52 +0200)
commit2b14a78cd07a52001b8c3865ed615d8b9b905b78
tree415682b4b8a65322ed881fce5ae04fcb36f55930
parentbe7a91709b90825990e571b2f20cea937d5eef6c
[PATCH] i386: Do stacktracer conversion too

Following x86-64 patches. Reuses code from them in fact.

Convert the standard backtracer to do all output using
callbacks.   Use the x86-64 stack tracer implementation
that uses these callbacks to implement the stacktrace interface.

This allows to use the new dwarf2 unwinder for stacktrace
and get better backtraces.

Cc: mingo@elte.hu
Signed-off-by: Andi Kleen <ak@suse.de>
arch/i386/kernel/Makefile
arch/i386/kernel/stacktrace.c [deleted file]
arch/i386/kernel/traps.c
include/asm-i386/stacktrace.h [new file with mode: 0644]