summaryrefslogtreecommitdiffstats
path: root/arch/x86
diff options
context:
space:
mode:
authorJosh Triplett2013-10-20 16:30:16 +0200
committerGleb Natapov2013-11-06 10:07:09 +0100
commita890b6fefd1775a1c3a7d8fe8af968a3a7b23c04 (patch)
tree5f12e8eeca25255beee18958976216ef8cd07b26 /arch/x86
parentkvm: Delete prototype for non-existent function complete_pio (diff)
downloadkernel-qcow2-linux-a890b6fefd1775a1c3a7d8fe8af968a3a7b23c04.tar.gz
kernel-qcow2-linux-a890b6fefd1775a1c3a7d8fe8af968a3a7b23c04.tar.xz
kernel-qcow2-linux-a890b6fefd1775a1c3a7d8fe8af968a3a7b23c04.zip
kvm: Delete prototype for non-existent function kvm_check_iopl
The prototype for kvm_check_iopl appeared in commit f850e2e603bf5a05b0aee7901857cf85715aa694 ("KVM: x86 emulator: Check IOPL level during io instruction emulation"), but the function never actually existed. Remove the prototype. Signed-off-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Gleb Natapov <gleb@redhat.com>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/include/asm/kvm_host.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 5dc75edaaa1d..ae5d7830855c 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -936,8 +936,6 @@ void kvm_mmu_new_cr3(struct kvm_vcpu *vcpu);
void kvm_enable_tdp(void);
void kvm_disable_tdp(void);
-bool kvm_check_iopl(struct kvm_vcpu *vcpu);
-
static inline gpa_t translate_gpa(struct kvm_vcpu *vcpu, gpa_t gpa, u32 access)
{
return gpa;