Re: [PATCH] KVM: remove unnecessary remote tlb flush

2008-09-02 Thread Avi Kivity
Joerg Roedel wrote: The remote tlb flush in kvm_mmu_page_unlink_children() is not necessary because this function is only called in kvm_mmu_zap_page() which does the flush itself afterwards. Applied, thanks. -- error compiling committee.c: too many arguments to function -- To unsubscribe f

[PATCH] KVM: remove unnecessary remote tlb flush

2008-09-01 Thread Joerg Roedel
The remote tlb flush in kvm_mmu_page_unlink_children() is not necessary because this function is only called in kvm_mmu_zap_page() which does the flush itself afterwards. Signed-off-by: Joerg Roedel <[EMAIL PROTECTED]> --- arch/x86/kvm/mmu.c |1 - 1 files changed, 0 insertions(+), 1 deletions