]> Pileus Git - ~andy/linux/commit
KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.h
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 17 Nov 2008 21:03:15 +0000 (19:03 -0200)
committerAvi Kivity <avi@redhat.com>
Wed, 31 Dec 2008 14:52:28 +0000 (16:52 +0200)
commiteca70fc5671b226966dfb7ee9953d59199288566
treee51d91d0abeac0f52d8c6a9cb006356576290902
parentc2cedf7be2017e3264c93a4c0d75b1d96d0d7104
KVM: VMX: move ASM_VMX_* definitions from asm/kvm_host.h to asm/vmx.h

Those definitions will be used by code outside KVM, so move it outside
of a KVM-specific source file.

Those definitions are used only on kvm/vmx.c, that already includes
asm/vmx.h, so they can be moved safely.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/kvm_host.h
arch/x86/include/asm/vmx.h