OSDN Git Service

powerpc/oops: Fix the oops markers to use pr_cont()
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 23 Aug 2017 13:56:20 +0000 (23:56 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 28 Aug 2017 12:09:58 +0000 (22:09 +1000)
commit72c0d9ee4abc44c82a00eadebe08a740645ad8a0
tree2bb6681e64579b231b2553602fef1c702f3ae78e
parent6538ac30841638b2fd345725a9fd155c6fe1768a
powerpc/oops: Fix the oops markers to use pr_cont()

When we oops we print a few markers for significant config options
such as PREEMPT, SMP etc. Currently these appear on separate lines
because we're not using pr_cont() properly. Fix it.

Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/kernel/traps.c