KVM: VMX: Use macros instead of hex value on cr0 initialization
authorEduardo Habkost <ehabkost@redhat.com>
Fri, 19 Mar 2010 14:47:36 +0000 (15:47 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Apr 2010 14:41:20 +0000 (07:41 -0700)
commit5b4ce46f453bb83ce2e382ecccdb89d4920bc613
tree8faf6c1e6e5ab0464c586683dfbb025390cd0763
parent86143fe846043179825406134ae375c2efd9c072
KVM: VMX: Use macros instead of hex value on cr0 initialization

commit fa40052ca04bdbbeb20b839cc8ffe9fa7beefbe9 upstream

This should have no effect, it is just to make the code clearer.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Signed-off-by: Stefan Bader <stefan.bader@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/x86/kvm/vmx.c