forked from Minki/linux
Blackfin arch: Print FP at level KERN_NOTICE
Signed-off-by: Jie Zhang <jie.zhang@analog.com> Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
parent
3a7526d4f5
commit
b339dc79b4
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user