powerpc/oops: Fix missing pr_cont()s in show_regs()
authorMichael Ellerman <mpe@ellerman.id.au>
Thu, 3 Nov 2016 09:45:26 +0000 (20:45 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 12 Nov 2016 09:12:50 +0000 (20:12 +1100)
commit7dae865f5878fc0c2edfb3b9165712ef33ce03df
tree2fbfe0a908b6c087b4584785b45f81cd67a4a4e7
parentdb5ba5ae6e8d5374429212de8e20933a8a0ce52e
powerpc/oops: Fix missing pr_cont()s in show_regs()

Fix up our oops output by converting continuation lines to use
pr_cont(). Some of these are dubious, eg. printing a continuation line
which starts with a newline, but seem to work OK for now. This whole
function needs a rewrite in the next release.

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