sh: Tidy up backtrace formatting with kallsyms disabled.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Esse commit está contido em:
Paul Mundt
2008-11-26 15:20:35 +09:00
commit 75fd24c107
2 arquivos alterados com 3 adições e 6 exclusões

Ver arquivo

@@ -873,10 +873,7 @@ void show_trace(struct task_struct *tsk, unsigned long *sp,
if (regs && user_mode(regs))
return;
printk("\nCall trace: ");
#ifdef CONFIG_KALLSYMS
printk("\n");
#endif
printk("\nCall trace:\n");
while (!kstack_end(sp)) {
addr = *sp++;