From: Joerg Roedel Date: Fri, 3 Dec 2010 14:25:15 +0000 (+0100) Subject: KVM: SVM: Use svm_flush_tlb instead of force_new_asid X-Git-Tag: v2.6.38-rc1~244^2~29 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f40f6a459c2fefa77fd74eec28d6233c0a7f431a;p=pandora-kernel.git 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 Signed-off-by: Avi Kivity --- Reading git-diff-tree failed