From: Andre Przywara Date: Thu, 10 Apr 2014 22:07:18 +0000 (+0200) Subject: KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses X-Git-Tag: omap-for-v3.16/pm-signed~20^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f2ae85b2ab3776b9e4e42e5b6fa090f40d396794;p=pandora-kernel.git KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses Since KVM internally represents the ICFGR registers by stuffing two of them into one word, the offset for accessing the internal representation and the one for the MMIO based access are different. So keep the original offset around, but adjust the internal array offset by one bit. Reported-by: Haibin Wang Signed-off-by: Andre Przywara Signed-off-by: Marc Zyngier Signed-off-by: Christoffer Dall --- Reading git-diff-tree failed