Re: [1/5] powerpc/oops: Fix the oops markers to use pr_cont()
From: Michael Ellerman <hidden> Date: 2017-08-31 11:36:18
On Wed, 2017-08-23 at 13:56:20 UTC, Michael Ellerman wrote:
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>