aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/kvm/kvm.h
diff options
context:
space:
mode:
authorAvi Kivity <avi@qumranet.com>2007-11-21 14:57:44 +0200
committerAvi Kivity <avi@qumranet.com>2008-01-30 17:53:11 +0200
commit0d81f2966a61953c4cc7397342f5f907b3a6e257 (patch)
treeafee0fa810fa862c3fa8f9ee765c959b6931dffc /drivers/kvm/kvm.h
parentKVM: MMU: Simplify nonpaging_map() (diff)
downloadlinux-dev-0d81f2966a61953c4cc7397342f5f907b3a6e257.tar.xz
linux-dev-0d81f2966a61953c4cc7397342f5f907b3a6e257.zip
KVM: MMU: Remove gva_to_hpa()
No longer used. Signed-off-by: Avi Kivity <avi@qumranet.com>
Diffstat (limited to 'drivers/kvm/kvm.h')
-rw-r--r--drivers/kvm/kvm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/kvm/kvm.h b/drivers/kvm/kvm.h
index eda82cded88e..31315bcf09c3 100644
--- a/drivers/kvm/kvm.h
+++ b/drivers/kvm/kvm.h
@@ -379,7 +379,6 @@ hpa_t gpa_to_hpa(struct kvm *kvm, gpa_t gpa);
#define HPA_MSB ((sizeof(hpa_t) * 8) - 1)
#define HPA_ERR_MASK ((hpa_t)1 << HPA_MSB)
static inline int is_error_hpa(hpa_t hpa) { return hpa >> HPA_MSB; }
-hpa_t gva_to_hpa(struct kvm_vcpu *vcpu, gva_t gva);
struct page *gva_to_page(struct kvm_vcpu *vcpu, gva_t gva);
extern struct page *bad_page;