]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - arch/x86/kvm/vmx.c
KVM: VMX: use cmpxchg64
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Sep 2017 15:58:41 +0000 (17:58 +0200)
committerSeth Forshee <seth.forshee@canonical.com>
Thu, 12 Oct 2017 21:20:57 +0000 (16:20 -0500)
commit84635f8b7924df8df985cddea798d6b97f77279b
treecaf8b9f112488684683d27fffc1ed6fededbada2
parent948ae9ac7e2699089c291414193df7cc84d55419
KVM: VMX: use cmpxchg64

BugLink: http://bugs.launchpad.net/bugs/1721777
commit c0a1666bcb2a33e84187a15eabdcd54056be9a97 upstream.

This fixes a compilation failure on 32-bit systems.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Seth Forshee <seth.forshee@canonical.com>
arch/x86/kvm/vmx.c