ARM: Remove unnecessary subpage workarounds
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 14 Mar 2012 15:37:53 +0000 (15:37 +0000)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 16 Mar 2012 18:09:55 +0000 (18:09 +0000)
commit0e4a398ab2c5e9b540a80859ec28163b65e7a891
treed82d2b3d85816bce616ec40325ebd49be3de9c6b
parent54e17933bf78cdbbeb0f12b2db38f210c2a992d4
ARM: Remove unnecessary subpage workarounds

In the ARM per-CPU peripherals (GIC, private timers, SCU, etc),
remove workarounds for subpage memory region read/write functions
being passed offsets from the start of the page rather than the
start of the region. Following commit 5312bd8b3 the masking off
of high bits of the address offset is now harmless but unnecessary.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Andreas Färber <afaerber@suse.de>
hw/arm11mpcore.c
hw/arm_gic.c
hw/arm_mptimer.c