commit | f40f6a459c2fefa77fd74eec28d6233c0a7f431a | [log] [tgz] |
---|---|---|
author | Joerg Roedel <joerg.roedel@amd.com> | Fri Dec 03 15:25:15 2010 +0100 |
committer | Avi Kivity <avi@redhat.com> | Wed Jan 12 11:30:44 2011 +0200 |
tree | c7e8e8e1c3b04b50014089efd07a03a36c3c82c2 | |
parent | fa22a8d608a580264a99f0ddf4bb7fe65a9c2eb3 [diff] |
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>