]> git.karo-electronics.de Git - karo-tx-linux.git/commit
powerpc/oops: Fix missing pr_cont()s in print_msr_bits() et. al.
authorMichael Ellerman <mpe@ellerman.id.au>
Wed, 2 Nov 2016 11:20:47 +0000 (22:20 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Sat, 12 Nov 2016 09:12:50 +0000 (20:12 +1100)
commitdb5ba5ae6e8d5374429212de8e20933a8a0ce52e
treea28742b2df6bdea46b8adcb104053c69bfbb2d0a
parent9a1f490f358e44a1cf463ba8124ca39fcc042992
powerpc/oops: Fix missing pr_cont()s in print_msr_bits() et. al.

Since the KERN_CONT changes these are being horribly split across lines,
for example:

    MSR: 8000000000009033 <
    SF,EE
    ,ME,IR
    ,DR,RI
    ,LE>

So fix it by using pr_cont() where appropriate.

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