422123ccb9
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> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
adder875.c | ||
ep88xc.c | ||
m8xx_setup.c | ||
machine_check.c | ||
mpc8xx.h | ||
mpc86xads.h | ||
mpc86xads_setup.c | ||
mpc885ads.h | ||
mpc885ads_setup.c | ||
pic.c | ||
pic.h | ||
tqm8xx_setup.c |