From: Marc Zyngier Date: Tue, 4 Feb 2014 17:48:10 +0000 (+0000) Subject: KVM: ARM: vgic: abstract VMCR access X-Git-Tag: omap-for-v3.17/fixes-against-rc2~130^2~11^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beee38b9d0c0ea6cf2a7f35c3108f7d8281d4545;p=pandora-kernel.git KVM: ARM: vgic: abstract VMCR access Instead of directly messing with with the GICH_VMCR bits for the CPU interface save/restore code, add accessors that encode/decode the entire set of registers exposed by VMCR. Not the most efficient thing, but given that this code is only used by the save/restore code, performance is far from being critical. Reviewed-by: Christoffer Dall Signed-off-by: Marc Zyngier --- Reading git-diff-tree failed