KVM: SVM: Remove flush_guest_tlb function
authorJoerg Roedel <joerg.roedel@amd.com>
Fri, 3 Dec 2010 14:25:14 +0000 (15:25 +0100)
committerAvi Kivity <avi@redhat.com>
Wed, 12 Jan 2011 09:30:42 +0000 (11:30 +0200)
commitfa22a8d608a580264a99f0ddf4bb7fe65a9c2eb3
treefc434f9a9fa5a5f4d8df6896643f125194e360a0
parentfb67e14fc90f18250259faf61a269320ea8e4d8f
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>
arch/x86/kvm/svm.c