From: Andre Przywara Date: Thu, 5 Jun 2014 14:07:50 +0000 (+0200) Subject: arm/arm64: KVM: wrap 64 bit MMIO accesses with two 32 bit ones X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~97^2~37^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=05bc8aafe664b3c7507736db305b3d3910ed2f05;p=pandora-kernel.git 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 Reviewed-by: Christoffer Dall Acked-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed