hw/mpcore.c: Use the GIC memory regions for the CPU interface
commit2206d2a6aa435d9fc81bfb4b412e4de269a3b78d
authorPeter Maydell <peter.maydell@linaro.org>
Mon, 5 Dec 2011 13:43:26 +0000 (5 13:43 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Mon, 12 Dec 2011 10:26:31 +0000 (12 10:26 +0000)
tree608fc0ea9e947e13256c34675f211fa413700b73
parente2c564657c1ad9fec1e885efcd47c2b8e0d37b05
hw/mpcore.c: Use the GIC memory regions for the CPU interface

Switch to using the GIC memory regions for the CPU interface
rather than hand implementing them as a subcase of mpcore_priv_read()
and mpcore_priv_write().

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/mpcore.c