diff options
author | Xiao Guangrong <xiaoguangrong@cn.fujitsu.com> | 2010-11-04 06:29:42 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2011-01-12 04:29:07 -0500 |
commit | 2a126faafb840e9a1e46514127cdb88ed998bd64 (patch) | |
tree | 18105f3ac6c241751a61b0a25017b95f2420d7cf /arch/x86/include/asm | |
parent | 57e7fbee1dbd72949425b19d28415d2ddffe04ca (diff) |
KVM: remove unused function declaration
Remove the declaration of kvm_mmu_set_base_ptes()
Signed-off-by: Xiao Guangrong <xiaoguangrong@cn.fujitsu.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r-- | arch/x86/include/asm/kvm_host.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h index b2ea42870e47..116dac5e01d6 100644 --- a/arch/x86/include/asm/kvm_host.h +++ b/arch/x86/include/asm/kvm_host.h | |||
@@ -611,7 +611,6 @@ void kvm_mmu_destroy(struct kvm_vcpu *vcpu); | |||
611 | int kvm_mmu_create(struct kvm_vcpu *vcpu); | 611 | int kvm_mmu_create(struct kvm_vcpu *vcpu); |
612 | int kvm_mmu_setup(struct kvm_vcpu *vcpu); | 612 | int kvm_mmu_setup(struct kvm_vcpu *vcpu); |
613 | void kvm_mmu_set_nonpresent_ptes(u64 trap_pte, u64 notrap_pte); | 613 | void kvm_mmu_set_nonpresent_ptes(u64 trap_pte, u64 notrap_pte); |
614 | void kvm_mmu_set_base_ptes(u64 base_pte); | ||
615 | void kvm_mmu_set_mask_ptes(u64 user_mask, u64 accessed_mask, | 614 | void kvm_mmu_set_mask_ptes(u64 user_mask, u64 accessed_mask, |
616 | u64 dirty_mask, u64 nx_mask, u64 x_mask); | 615 | u64 dirty_mask, u64 nx_mask, u64 x_mask); |
617 | 616 | ||