aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/include/asm')
-rw-r--r--arch/x86/include/asm/kvm_host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/include/asm/kvm_host.h b/arch/x86/include/asm/kvm_host.h
index 4461429957a9..cb5cad2f2d46 100644
--- a/arch/x86/include/asm/kvm_host.h
+++ b/arch/x86/include/asm/kvm_host.h
@@ -661,7 +661,7 @@ int kvm_task_switch(struct kvm_vcpu *vcpu, u16 tss_selector, int reason,
661int kvm_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0); 661int kvm_set_cr0(struct kvm_vcpu *vcpu, unsigned long cr0);
662int kvm_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3); 662int kvm_set_cr3(struct kvm_vcpu *vcpu, unsigned long cr3);
663int kvm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4); 663int kvm_set_cr4(struct kvm_vcpu *vcpu, unsigned long cr4);
664void kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr8); 664int kvm_set_cr8(struct kvm_vcpu *vcpu, unsigned long cr8);
665int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val); 665int kvm_set_dr(struct kvm_vcpu *vcpu, int dr, unsigned long val);
666int kvm_get_dr(struct kvm_vcpu *vcpu, int dr, unsigned long *val); 666int kvm_get_dr(struct kvm_vcpu *vcpu, int dr, unsigned long *val);
667unsigned long kvm_get_cr8(struct kvm_vcpu *vcpu); 667unsigned long kvm_get_cr8(struct kvm_vcpu *vcpu);