aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
diff options
context:
space:
mode:
authorChristian Borntraeger <borntraeger@de.ibm.com>2015-04-30 13:43:31 +0200
committerPaolo Bonzini <pbonzini@redhat.com>2015-05-07 11:28:22 +0200
commitccf73aaf5adfa37f45be12459c17f534e8f2c2c5 (patch)
tree52d529598a2f304cf3b0fcb581f00a789472ae7d /arch/x86/kvm/x86.c
parent0097d12e504b3ce57b68810737ad6a5a64a98c68 (diff)
downloadkernel_replicant_linux-ccf73aaf5adfa37f45be12459c17f534e8f2c2c5.tar.gz
kernel_replicant_linux-ccf73aaf5adfa37f45be12459c17f534e8f2c2c5.tar.bz2
kernel_replicant_linux-ccf73aaf5adfa37f45be12459c17f534e8f2c2c5.zip
KVM: arm/mips/x86/power use __kvm_guest_{enter|exit}
Use __kvm_guest_{enter|exit} instead of kvm_guest_{enter|exit} where interrupts are disabled. Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r--arch/x86/kvm/x86.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c
index c73efcd03e29..7a959be0aebc 100644
--- a/arch/x86/kvm/x86.c
+++ b/arch/x86/kvm/x86.c
@@ -6347,7 +6347,7 @@ static int vcpu_enter_guest(struct kvm_vcpu *vcpu)
if (req_immediate_exit)
smp_send_reschedule(vcpu->cpu);
- kvm_guest_enter();
+ __kvm_guest_enter();
if (unlikely(vcpu->arch.switch_db_regs)) {
set_debugreg(0, 7);