summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2015-11-20 04:15:32 (GMT)
committerMichael Ellerman <mpe@ellerman.id.au>2015-12-14 09:40:26 (GMT)
commit801c0b2c4db3a33d56b3e19240df7b897e5bbfbc (patch)
tree7a677ba1f08b363859c3b1a54a8a942d9dbf9974 /arch/powerpc/include/asm
parent81d7a3294de7e9828310bbf986a67246b13fa01e (diff)
downloadlinux-801c0b2c4db3a33d56b3e19240df7b897e5bbfbc.tar.xz
powerpc: Print MSR TM bits in oops messages
Print MSR TM bits in oops messages. This appends them to the end like this: MSR: 8000000502823031 <SF,VEC,VSX,FP,ME,IR,DR,LE,TM[TE]> You get the TM[] only if at least one TM MSR bit is set. Inside the TM[], E means Enabled (bit 32), S means Suspended (bit 33), and T means Transactional (bit 34) If no bits are set, you get no TM[] output. Include rework of printbits() to handle this case. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/include/asm')
0 files changed, 0 insertions, 0 deletions