[v2,1/3] powerpc: Print MSR TM bits in oops messages

Michael Ellerman mpe at ellerman.id.au
Tue Dec 15 22:27:05 AEDT 2015


On Fri, 2015-20-11 at 04:15:32 UTC, Michael Neuling wrote:
> 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 at neuling.org>

Applied to powerpc next, thanks.

https://git.kernel.org/powerpc/c/801c0b2c4db3a33d56b3e192

cheers


More information about the Linuxppc-dev mailing list