From: Takuya Yoshikawa Date: Tue, 8 Jan 2013 10:46:48 +0000 (+0900) Subject: KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itself X-Git-Tag: v3.9-rc1~97^2~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d1beefb71146bbf5f820ab17c450808b0d0b2df;p=pandora-kernel.git KVM: Make kvm_mmu_slot_remove_write_access() take mmu_lock by itself Better to place mmu_lock handling and TLB flushing code together since this is a self-contained function. Reviewed-by: Marcelo Tosatti Signed-off-by: Takuya Yoshikawa Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed