aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86_64/stacktrace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86_64/stacktrace.h')
-rw-r--r--include/asm-x86_64/stacktrace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86_64/stacktrace.h b/include/asm-x86_64/stacktrace.h
index 5eb9799bef76..6f0b54594307 100644
--- a/include/asm-x86_64/stacktrace.h
+++ b/include/asm-x86_64/stacktrace.h
@@ -1,6 +1,8 @@
1#ifndef _ASM_STACKTRACE_H 1#ifndef _ASM_STACKTRACE_H
2#define _ASM_STACKTRACE_H 1 2#define _ASM_STACKTRACE_H 1
3 3
4extern int kstack_depth_to_print;
5
4/* Generic stack tracer with callbacks */ 6/* Generic stack tracer with callbacks */
5 7
6struct stacktrace_ops { 8struct stacktrace_ops {