commit | db5ba5ae6e8d5374429212de8e20933a8a0ce52e | [log] [tgz] |
---|---|---|
author | Michael Ellerman <mpe@ellerman.id.au> | Wed Nov 02 22:20:47 2016 +1100 |
committer | Michael Ellerman <mpe@ellerman.id.au> | Sat Nov 12 20:12:50 2016 +1100 |
tree | a28742b2df6bdea46b8adcb104053c69bfbb2d0a | |
parent | 9a1f490f358e44a1cf463ba8124ca39fcc042992 [diff] |
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>