]> git.baikalelectronics.ru Git - kernel.git/commit
KVM/x86: Use CC_SET()/CC_OUT in arch/x86/kvm/vmx.c
authorUros Bizjak <ubizjak@gmail.com>
Mon, 6 Aug 2018 14:42:49 +0000 (16:42 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Mon, 6 Aug 2018 16:18:41 +0000 (18:18 +0200)
commit763d99942df119af9149388acec14f592f9958e4
tree13f9352c1e865b2571caf95450d3f865f23c0f41
parent3c7773d7663610960a10dbc47f1f113cd436eeb9
KVM/x86: Use CC_SET()/CC_OUT in arch/x86/kvm/vmx.c

Remove open-coded uses of set instructions to use CC_SET()/CC_OUT() in
arch/x86/kvm/vmx.c.

Signed-off-by: Uros Bizjak <ubizjak@gmail.com>
[Mark error paths as unlikely while touching this. - Paolo]
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx.c