sparc: Fixup bit ordering in the PSTATE bit union
authorAndreas Sandberg <Andreas.Sandberg@ARM.com>
Tue, 26 Aug 2014 14:13:23 +0000 (10:13 -0400)
committerAndreas Sandberg <Andreas.Sandberg@ARM.com>
Tue, 26 Aug 2014 14:13:23 +0000 (10:13 -0400)
commita3d3eb0ff777e0580aa30f52f31958a090cbe3af
tree0827b8360c703fa9cba3ec29bb85558459d45405
parent3efabb4b2f59526e35b647aa16ffc1124e002924
sparc: Fixup bit ordering in the PSTATE bit union

The order of the MSB and LSB bit of the mm field in the PSTATE union
is wrong. Any access to this field will currently be ignored and reads
will always return zero. This patch fixes the ordering so it is <MSB,
LSB> instead of <LSB, MSB>.
src/arch/sparc/miscregs.hh