commit | 72c0d9ee4abc44c82a00eadebe08a740645ad8a0 | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Aug 23 23:56:20 2017 +1000 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Mon Aug 28 22:09:58 2017 +1000 |
tree | 2bb6681e64579b231b2553602fef1c702f3ae78e | |
parent | 6538ac30841638b2fd345725a9fd155c6fe1768a [diff] |
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>