]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kvm/svm.c
KVM: SVM: Use svm_flush_tlb instead of force_new_asid
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 3 Dec 2010 14:25:15 +0000 (15:25 +0100)
committerAvi Kivity <avi@redhat.com>
Wed, 12 Jan 2011 09:30:44 +0000 (11:30 +0200)
commitf40f6a459c2fefa77fd74eec28d6233c0a7f431a
treec7e8e8e1c3b04b50014089efd07a03a36c3c82c2
parentfa22a8d608a580264a99f0ddf4bb7fe65a9c2eb3
KVM: SVM: Use svm_flush_tlb instead of force_new_asid

This patch replaces all calls to force_new_asid which are
intended to flush the guest-tlb by the more appropriate
function svm_flush_tlb. As a side-effect the force_new_asid
function is removed.

Signed-off-by: Joerg Roedel <joerg.roedel@amd.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/kvm/svm.c