提交 90c7f468 编写于 作者: R Robin Getz 提交者: Bryan Wu

Blackfin arch: cleanup kernel exception message, don't insult the customer.

Signed-off-by: NRobin Getz <robin.getz@analog.com>
Signed-off-by: NBryan Wu <bryan.wu@analog.com>
上级 af8a5af3
...@@ -458,8 +458,8 @@ asmlinkage void trap_c(struct pt_regs *fp) ...@@ -458,8 +458,8 @@ asmlinkage void trap_c(struct pt_regs *fp)
show_stack(current, &stack); show_stack(current, &stack);
if (oops_in_progress) { if (oops_in_progress) {
#ifndef CONFIG_ACCESS_CHECK #ifndef CONFIG_ACCESS_CHECK
printk(KERN_EMERG "Hey - dork - please turn on " printk(KERN_EMERG "Please turn on "
"CONFIG_ACCESS_CHECK\n"); "CONFIG_ACCESS_CHECK\n");
#endif #endif
panic("Kernel exception"); panic("Kernel exception");
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册