target-ppc: ppce500_spin.c uses SPR_PIR, should use SPR_BOOKE_PIR
commit6d18a7a1ff9665ad48a68a692fdf0a61edefcae8
authorAaron Larson <alarson@ddci.com>
Thu, 23 Jun 2016 22:35:17 +0000 (23 15:35 -0700)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 27 Jun 2016 03:12:22 +0000 (27 13:12 +1000)
tree8c3c5e8121063dd59b68b44d84c948338ab77f50
parenta01aef5d2f96c334d048f43f0d3573a1152b37ca
target-ppc: ppce500_spin.c uses SPR_PIR, should use SPR_BOOKE_PIR

ppce500_spin.c uses SPR_PIR to initialize the spin table, however on
Book E processors the correct SPR is SPR_BOOKE_PIR.

Signed-off-by: Aaron Larson <alarson@ddci.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/ppce500_spin.c