]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf20dffeaee5240a758586b90969891dc8472adc1
treefc434f9a9fa5a5f4d8df6896643f125194e360a0
parent5ee538af9a7b5d7fd0ef6ae83db4c90abc709565
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