diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-11-26 01:20:35 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 04:43:49 -0500 |
commit | 75fd24c1073adcd1e8ea43048d946bbfa34dfc64 (patch) | |
tree | 659d229467650dfdbbc58a967062ba608552c235 /arch/sh/kernel/traps_32.c | |
parent | 9cfc9a9b6fff9ea7a19814b4472b3cb18b7bbdcc (diff) |
sh: Tidy up backtrace formatting with kallsyms disabled.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/kernel/traps_32.c')
-rw-r--r-- | arch/sh/kernel/traps_32.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/sh/kernel/traps_32.c b/arch/sh/kernel/traps_32.c index f2497585cac0..6094fc13beea 100644 --- a/arch/sh/kernel/traps_32.c +++ b/arch/sh/kernel/traps_32.c | |||
@@ -873,10 +873,7 @@ void show_trace(struct task_struct *tsk, unsigned long *sp, | |||
873 | if (regs && user_mode(regs)) | 873 | if (regs && user_mode(regs)) |
874 | return; | 874 | return; |
875 | 875 | ||
876 | printk("\nCall trace: "); | 876 | printk("\nCall trace:\n"); |
877 | #ifdef CONFIG_KALLSYMS | ||
878 | printk("\n"); | ||
879 | #endif | ||
880 | 877 | ||
881 | while (!kstack_end(sp)) { | 878 | while (!kstack_end(sp)) { |
882 | addr = *sp++; | 879 | addr = *sp++; |