]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Decode correct MSR bits in oops output
authorAnton Blanchard <anton@samba.org>
Thu, 24 Nov 2011 19:35:57 +0000 (19:35 +0000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 28 Nov 2011 00:42:09 +0000 (11:42 +1100)
commit5fb1964411946e0865c7319f425b955eb2fca2c8
treec55d841a1346a7c14f6dc776bf2ae77d0c0744e1
parent3ae73873514a582509c37d35c004f18eec9961f3
powerpc: Decode correct MSR bits in oops output

On a 64bit book3s machine I have an oops from a system reset that
claims the book3e CE bit was set:

MSR: 8000000000021032 <ME,CE,IR,DR>  CR: 24004082  XER: 00000010

On a book3s machine system reset sets IBM bit 46 and 47 depending on
the power saving mode. Separate the definitions by type and for
completeness add the rest of the bits in.

Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
arch/powerpc/kernel/process.c