commit | 7dae865f5878fc0c2edfb3b9165712ef33ce03df | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Thu Nov 03 20:45:26 2016 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sat Nov 12 20:12:50 2016 +1100 |
tree | 2fbfe0a908b6c087b4584785b45f81cd67a4a4e7 | |
parent | db5ba5ae6e8d5374429212de8e20933a8a0ce52e [diff] |
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>