aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/kvm/emulate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/emulate.c b/arch/x86/kvm/emulate.c
index d5729a91d08d..0d151e232480 100644
--- a/arch/x86/kvm/emulate.c
+++ b/arch/x86/kvm/emulate.c
@@ -4123,7 +4123,7 @@ static int flush_pending_x87_faults(struct x86_emulate_ctxt *ctxt)
4123 "jmp 2b \n\t" 4123 "jmp 2b \n\t"
4124 ".popsection \n\t" 4124 ".popsection \n\t"
4125 _ASM_EXTABLE(1b, 3b) 4125 _ASM_EXTABLE(1b, 3b)
4126 : [fault]"+rm"(fault)); 4126 : [fault]"+qm"(fault));
4127 ctxt->ops->put_fpu(ctxt); 4127 ctxt->ops->put_fpu(ctxt);
4128 4128
4129 if (unlikely(fault)) 4129 if (unlikely(fault))