OSDN Git Service

powerpc: Stop using pr_cont() in __die()
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 10 Jan 2019 11:57:35 +0000 (22:57 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 15 Jan 2019 00:17:09 +0000 (11:17 +1100)
commit782274434d6f2e8aa8c573cb24fef94a164f2ce0
treec159dec1a8b83f2fda3327bf5c30838823bf18f1
parenta65329aa7d613288626275546074f1aae5a04965
powerpc: Stop using pr_cont() in __die()

Using pr_cont() risks having our output interleaved with other output
from other CPUs. Instead print everything in a single printk() call.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Reviewed-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/traps.c