]> www.infradead.org Git - users/dwmw2/linux.git/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>
Fri, 21 Nov 2008 15:53:59 +0000 (17:53 +0200)
commit82a9f1f40dbaf2b283cf9590fce13305019c9f7a
treeefedd055a302b673c3be52222dfcb7ebef9b1aa2
parent8d80f57ba7df783b511fc76ebc47f5514a2c364e
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