diff options
Diffstat (limited to 'arch/x86/include/asm/stacktrace.h')
-rw-r--r-- | arch/x86/include/asm/stacktrace.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/include/asm/stacktrace.h b/arch/x86/include/asm/stacktrace.h index 37f2e0b377ad..1e375b05cfa8 100644 --- a/arch/x86/include/asm/stacktrace.h +++ b/arch/x86/include/asm/stacktrace.h | |||
@@ -43,8 +43,6 @@ static inline bool on_stack(struct stack_info *info, void *addr, size_t len) | |||
43 | addr + len > begin && addr + len <= end); | 43 | addr + len > begin && addr + len <= end); |
44 | } | 44 | } |
45 | 45 | ||
46 | extern int kstack_depth_to_print; | ||
47 | |||
48 | #ifdef CONFIG_X86_32 | 46 | #ifdef CONFIG_X86_32 |
49 | #define STACKSLOTS_PER_LINE 8 | 47 | #define STACKSLOTS_PER_LINE 8 |
50 | #else | 48 | #else |
@@ -86,9 +84,6 @@ get_stack_pointer(struct task_struct *task, struct pt_regs *regs) | |||
86 | void show_trace_log_lvl(struct task_struct *task, struct pt_regs *regs, | 84 | void show_trace_log_lvl(struct task_struct *task, struct pt_regs *regs, |
87 | unsigned long *stack, char *log_lvl); | 85 | unsigned long *stack, char *log_lvl); |
88 | 86 | ||
89 | void show_stack_log_lvl(struct task_struct *task, struct pt_regs *regs, | ||
90 | unsigned long *sp, char *log_lvl); | ||
91 | |||
92 | extern unsigned int code_bytes; | 87 | extern unsigned int code_bytes; |
93 | 88 | ||
94 | /* The form of the top of the frame on the stack */ | 89 | /* The form of the top of the frame on the stack */ |