ppc: Define the PSPB register on POWER8
commitd6f1445fafa8dcb578c90e7b475fd4728abd99da
authorThomas Huth <thuth@redhat.com>
Wed, 2 Mar 2016 20:19:20 +0000 (2 21:19 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Tue, 15 Mar 2016 22:55:05 +0000 (16 09:55 +1100)
tree46197d2e29d877ea2fb404582d9d9e13a23bb945
parenta6cdb77f816961f929d7934643febd2852230135
ppc: Define the PSPB register on POWER8

POWER8 / PowerISA 2.07 has a new special purpose register called PSPB
("Problem State Priority Boost Register"). The contents of this register
are currently lost during migration. To be able to migrate this register,
too, we've got to define this SPR along with the other SPRs of POWER8.

Signed-off-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
target-ppc/cpu.h
target-ppc/translate_init.c