diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-10-15 09:20:45 +0200 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-10-18 15:56:17 +0200 |
commit | 422123ccb9a13dcea2e008194ae6c262fbb64604 (patch) | |
tree | b696fd12d912a0200223a23cfc1ebc012c818802 /arch/powerpc/include/asm/firmware.h | |
parent | powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser() (diff) | |
download | linux-422123ccb9a13dcea2e008194ae6c262fbb64604.tar.xz linux-422123ccb9a13dcea2e008194ae6c262fbb64604.zip |
powerpc/traps: fix machine check handlers to use pr_cont()
When printing the machine check cause, the cause appears on the
following line due to bad use of printk without \n:
[ 33.663993] Machine check in kernel mode.
[ 33.664011] Caused by (from SRR1=9032):
[ 33.664036] Data access error at address c90c8000
This patch fixes it by using pr_cont() for the second part:
[ 133.258131] Machine check in kernel mode.
[ 133.258146] Caused by (from SRR1=9032): Data access error at address c90c8000
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm/firmware.h')
0 files changed, 0 insertions, 0 deletions