From: Xiao Guangrong Date: Mon, 11 Jul 2011 19:27:14 +0000 (+0800) Subject: KVM: MMU: split kvm_mmu_free_page X-Git-Tag: v3.1-rc1~264^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd4c86eaa6ff10abc4e00d0f45d2a28b10b09df4;p=pandora-kernel.git KVM: MMU: split kvm_mmu_free_page Split kvm_mmu_free_page to kvm_mmu_isolate_page and kvm_mmu_free_page One is used to remove the page from cache under mmu lock and the other is used to free page table out of mmu lock Signed-off-by: Xiao Guangrong Signed-off-by: Avi Kivity --- Reading git-diff-tree failed