Revert "sh: add loglvl to printk_address()"
This reverts commit 2deebe4d56
.
printk_address() is always used as a continuation of the previous
logging, hence it should not include a log level.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rich Felker <dalias@libc.org>
This commit is contained in:

committed by
Rich Felker

parent
845d9156fe
commit
fd722f25a6
@@ -213,7 +213,7 @@ show_fault_oops(struct pt_regs *regs, unsigned long address)
|
||||
: "paging request",
|
||||
address);
|
||||
pr_alert("PC:");
|
||||
printk_address(regs->pc, 1, KERN_ALERT);
|
||||
printk_address(regs->pc, 1);
|
||||
|
||||
show_pte(NULL, address);
|
||||
}
|
||||
|
Reference in New Issue
Block a user