aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64')
-rw-r--r--arch/x86_64/kernel/traps.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/x86_64/kernel/traps.c b/arch/x86_64/kernel/traps.c
index d3f43c958ca1..eedd4e759c3a 100644
--- a/arch/x86_64/kernel/traps.c
+++ b/arch/x86_64/kernel/traps.c
@@ -280,7 +280,7 @@ void dump_trace(struct task_struct *tsk, struct pt_regs *regs,
280 if (unw_ret > 0) { 280 if (unw_ret > 0) {
281 if (call_trace == 1 && !arch_unw_user_mode(&info)) { 281 if (call_trace == 1 && !arch_unw_user_mode(&info)) {
282 ops->warning_symbol(data, 282 ops->warning_symbol(data,
283 "DWARF2 unwinder stuck at %s\n", 283 "DWARF2 unwinder stuck at %s",
284 UNW_PC(&info)); 284 UNW_PC(&info));
285 if ((long)UNW_SP(&info) < 0) { 285 if ((long)UNW_SP(&info) < 0) {
286 MSG("Leftover inexact backtrace:"); 286 MSG("Leftover inexact backtrace:");
@@ -288,13 +288,13 @@ void dump_trace(struct task_struct *tsk, struct pt_regs *regs,
288 if (!stack) 288 if (!stack)
289 return; 289 return;
290 } else 290 } else
291 MSG("Full inexact backtrace again:\n"); 291 MSG("Full inexact backtrace again:");
292 } else if (call_trace >= 1) 292 } else if (call_trace >= 1)
293 return; 293 return;
294 else 294 else
295 MSG("Full inexact backtrace again:\n"); 295 MSG("Full inexact backtrace again:");
296 } else 296 } else
297 MSG("Inexact backtrace:\n"); 297 MSG("Inexact backtrace:");
298 } 298 }
299 if (!stack) { 299 if (!stack) {
300 unsigned long dummy; 300 unsigned long dummy;