From: Marc Zyngier Date: Fri, 1 Feb 2013 18:28:30 +0000 (+0000) Subject: ARM: KVM: vgic: take distributor lock on sync_hwstate path X-Git-Tag: v3.9-rc6~22^2~11^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33c83cb3c1d84b76c8270abe5487e77f83a81b22;p=pandora-kernel.git ARM: KVM: vgic: take distributor lock on sync_hwstate path Now that the maintenance interrupt handling is actually out of the handler itself, the code becomes quite racy as we can get preempted while we process the state. Wrapping this code around the distributor lock ensures that we're not preempted and relatively race-free. Signed-off-by: Marc Zyngier --- Reading git-diff-tree failed