提交 fb2bb461 编写于 作者: J Joe Perches 提交者: James Hogan

metag: Remove duplicate KERN_<LEVEL> prefix

Use a bare printk to avoid a duplicate KERN_<LEVEL> in logging output.
Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NJames Hogan <james.hogan@imgtec.com>
上级 986724dd
...@@ -187,7 +187,7 @@ int do_page_fault(struct pt_regs *regs, unsigned long address, ...@@ -187,7 +187,7 @@ int do_page_fault(struct pt_regs *regs, unsigned long address,
if (show_unhandled_signals && unhandled_signal(tsk, SIGSEGV) && if (show_unhandled_signals && unhandled_signal(tsk, SIGSEGV) &&
printk_ratelimit()) { printk_ratelimit()) {
pr_info("%s%s[%d]: segfault at %lx pc %08x sp %08x write %d trap %#x (%s)", printk("%s%s[%d]: segfault at %lx pc %08x sp %08x write %d trap %#x (%s)",
task_pid_nr(tsk) > 1 ? KERN_INFO : KERN_EMERG, task_pid_nr(tsk) > 1 ? KERN_INFO : KERN_EMERG,
tsk->comm, task_pid_nr(tsk), address, tsk->comm, task_pid_nr(tsk), address,
regs->ctx.CurrPC, regs->ctx.AX[0].U0, regs->ctx.CurrPC, regs->ctx.AX[0].U0,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册