Skip to content

Commit

Permalink
Blackfin arch: Print FP at level KERN_NOTICE
Browse files Browse the repository at this point in the history
Signed-off-by: Jie Zhang <jie.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
  • Loading branch information
Jie Zhang authored and Bryan Wu committed Jan 7, 2009
1 parent 3a7526d commit b339dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/kernel/traps.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b339dc7

Please sign in to comment.