summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/stacktrace.h
diff options
context:
space:
mode:
authorAndi Kleen2006-09-26 10:52:34 +0200
committerAndi Kleen2006-09-26 10:52:34 +0200
commit2b14a78cd07a52001b8c3865ed615d8b9b905b78 (patch)
tree415682b4b8a65322ed881fce5ae04fcb36f55930 /include/asm-i386/stacktrace.h
parent[PATCH] Check for end of stack trace before falling back (diff)
downloadkernel-qcow2-linux-2b14a78cd07a52001b8c3865ed615d8b9b905b78.tar.gz
kernel-qcow2-linux-2b14a78cd07a52001b8c3865ed615d8b9b905b78.tar.xz
kernel-qcow2-linux-2b14a78cd07a52001b8c3865ed615d8b9b905b78.zip
[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>
Diffstat (limited to 'include/asm-i386/stacktrace.h')
-rw-r--r--include/asm-i386/stacktrace.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asm-i386/stacktrace.h b/include/asm-i386/stacktrace.h
new file mode 100644
index 000000000000..7d1f6a5cbfca
--- /dev/null
+++ b/include/asm-i386/stacktrace.h
@@ -0,0 +1 @@
+#include <asm-x86_64/stacktrace.h>