diff options
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/kernel/traps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/kernel/traps.c b/arch/x86_64/kernel/traps.c index bd0891f4c2c7..08f24359bfc1 100644 --- a/arch/x86_64/kernel/traps.c +++ b/arch/x86_64/kernel/traps.c | |||
@@ -106,7 +106,7 @@ static inline void preempt_conditional_cli(struct pt_regs *regs) | |||
106 | preempt_enable_no_resched(); | 106 | preempt_enable_no_resched(); |
107 | } | 107 | } |
108 | 108 | ||
109 | static int kstack_depth_to_print = 10; | 109 | static int kstack_depth_to_print = 12; |
110 | static int call_trace = 1; | 110 | static int call_trace = 1; |
111 | 111 | ||
112 | #ifdef CONFIG_KALLSYMS | 112 | #ifdef CONFIG_KALLSYMS |