提交 b339dc79 编写于 作者: J Jie Zhang 提交者: Bryan Wu

Blackfin arch: Print FP at level KERN_NOTICE

Signed-off-by: NJie Zhang <jie.zhang@analog.com>
Signed-off-by: NBryan Wu <cooloney@kernel.org>
上级 3a7526d4
......@@ -844,7 +844,7 @@ void show_stack(struct task_struct *task, unsigned long *stack)
}
if (fp) {
frame = fp;
printk(" FP: (0x%p)\n", fp);
printk(KERN_NOTICE " FP: (0x%p)\n", fp);
} else
frame = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册