diff options
author | Michael Neuling <mikey@neuling.org> | 2015-11-20 07:15:32 +0300 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2015-12-14 12:40:26 +0300 |
commit | 801c0b2c4db3a33d56b3e19240df7b897e5bbfbc (patch) | |
tree | 7a677ba1f08b363859c3b1a54a8a942d9dbf9974 /arch/powerpc/kernel/signal_32.c | |
parent | 81d7a3294de7e9828310bbf986a67246b13fa01e (diff) | |
download | linux-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/kernel/signal_32.c')
0 files changed, 0 insertions, 0 deletions