]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
KVM: VMX: use cmpxchg64
authorPaolo Bonzini <pbonzini@redhat.com>
Thu, 28 Sep 2017 15:58:41 +0000 (17:58 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Oct 2017 07:47:36 +0000 (09:47 +0200)
commit841453bb0a270f902272cc7211442d477a355818
treec1df70e9056bc8d941d3a377647ad5f6bbbe83f0
parentd96820ac7491bb5e469b16ef4fadda63dfdd6fd2
KVM: VMX: use cmpxchg64

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>
arch/x86/kvm/vmx.c