ppc/pnv: fix xscom address translation for POWER9
commitf81e551229070f01bf747eda3f05960182db9d2a
authorCédric Le Goater <clg@kaod.org>
Mon, 14 Nov 2016 09:12:56 +0000 (14 10:12 +0100)
committerDavid Gibson <david@gibson.dropbear.id.au>
Mon, 14 Nov 2016 23:08:43 +0000 (15 10:08 +1100)
tree7e441fd9e1bd9533d7f96611a97c4f85776fb570
parentad521238b458a6d54ab672ed3f94d5edaa786d5c
ppc/pnv: fix xscom address translation for POWER9

High addresses can overflow the uint32_t pcba variable after the 8byte
shift.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/pnv_xscom.c