aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorJoerg Roedel <joerg.roedel@amd.com>2010-12-03 09:25:14 -0500
committerAvi Kivity <avi@redhat.com>2011-01-12 04:30:42 -0500
commitfa22a8d608a580264a99f0ddf4bb7fe65a9c2eb3 (patch)
treefc434f9a9fa5a5f4d8df6896643f125194e360a0 /arch
parentfb67e14fc90f18250259faf61a269320ea8e4d8f (diff)
KVM: SVM: Remove flush_guest_tlb function
This function is unused and there is svm_flush_tlb which does the same. So this function can be removed. Signed-off-by: Joerg Roedel <joerg.roedel@amd.com> Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kvm/svm.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kvm/svm.c b/arch/x86/kvm/svm.c
index 58cabb550afd..16a73c77b27e 100644
--- a/arch/x86/kvm/svm.c
+++ b/arch/x86/kvm/svm.c
@@ -426,11 +426,6 @@ static inline void force_new_asid(struct kvm_vcpu *vcpu)
426 to_svm(vcpu)->asid_generation--; 426 to_svm(vcpu)->asid_generation--;
427} 427}
428 428
429static inline void flush_guest_tlb(struct kvm_vcpu *vcpu)
430{
431 force_new_asid(vcpu);
432}
433
434static int get_npt_level(void) 429static int get_npt_level(void)
435{ 430{
436#ifdef CONFIG_X86_64 431#ifdef CONFIG_X86_64