Blackfin arch: cleanup kernel exception message, don't insult the customer.
Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
This commit is contained in:
parent
af8a5af3ff
commit
90c7f4686f
|
@ -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");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue