x86_32: remove redundant KERN_INFO
This printk has a KERN_ facility level in the format string. Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
4712965422
commit
1181f8b5f0
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ asmlinkage unsigned long sys_sigreturn(unsigned long __unused)
|
||||||
|
|
||||||
badframe:
|
badframe:
|
||||||
if (show_unhandled_signals && printk_ratelimit()) {
|
if (show_unhandled_signals && printk_ratelimit()) {
|
||||||
printk(KERN_INFO "%s%s[%d] bad frame in sigreturn frame:"
|
printk("%s%s[%d] bad frame in sigreturn frame:"
|
||||||
"%p ip:%lx sp:%lx oeax:%lx",
|
"%p ip:%lx sp:%lx oeax:%lx",
|
||||||
task_pid_nr(current) > 1 ? KERN_INFO : KERN_EMERG,
|
task_pid_nr(current) > 1 ? KERN_INFO : KERN_EMERG,
|
||||||
current->comm, task_pid_nr(current), frame, regs->ip,
|
current->comm, task_pid_nr(current), frame, regs->ip,
|
||||||
|
|
Loading…
Reference in a new issue