Commit b339dc79 authored by Jie Zhang's avatar Jie Zhang Committed by Bryan Wu

Blackfin arch: Print FP at level KERN_NOTICE

Signed-off-by: default avatarJie Zhang <jie.zhang@analog.com>
Signed-off-by: default avatarBryan Wu <cooloney@kernel.org>
parent 3a7526d4
...@@ -844,7 +844,7 @@ void show_stack(struct task_struct *task, unsigned long *stack) ...@@ -844,7 +844,7 @@ void show_stack(struct task_struct *task, unsigned long *stack)
} }
if (fp) { if (fp) {
frame = fp; frame = fp;
printk(" FP: (0x%p)\n", fp); printk(KERN_NOTICE " FP: (0x%p)\n", fp);
} else } else
frame = 0; frame = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment