From: Christoffer Dall Date: Mon, 15 Oct 2012 03:10:18 +0000 (-0400) Subject: KVM: Take kvm instead of vcpu to mmu_notifier_retry X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~27^2~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ca40a70a70988c0bdea106c894843f763ca2989;p=pandora-kernel.git KVM: Take kvm instead of vcpu to mmu_notifier_retry The mmu_notifier_retry is not specific to any vcpu (and never will be) so only take struct kvm as a parameter. The motivation is the ARM mmu code that needs to call this from somewhere where we long let go of the vcpu pointer. Signed-off-by: Christoffer Dall Signed-off-by: Avi Kivity --- Reading git-diff-tree failed