commit | 05bc8aafe664b3c7507736db305b3d3910ed2f05 | [log] [tgz] |
---|---|---|
author | Andre Przywara <andre.przywara@arm.com> | Thu Jun 05 16:07:50 2014 +0200 |
committer | Christoffer Dall <christoffer.dall@linaro.org> | Tue Jan 20 18:25:26 2015 +0100 |
tree | c63088f125b6a1382959e49a3a92a300cba994bf | |
parent | 96415257a1bdf5c84bdf4991cf65eaf2265812c9 [diff] |
arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit ones Some GICv3 registers can and will be accessed as 64 bit registers. Currently the register handling code can only deal with 32 bit accesses, so we do two consecutive calls to cover this. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Christoffer Dall <christoffer.dall@linaro.org> Acked-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Christoffer Dall <christoffer.dall@linaro.org>