]> www.infradead.org Git - users/dwmw2/linux.git/commit
KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.h
authorEduardo Habkost <ehabkost@redhat.com>
Mon, 17 Nov 2008 21:03:16 +0000 (19:03 -0200)
committerAvi Kivity <avi@redhat.com>
Fri, 21 Nov 2008 15:53:59 +0000 (17:53 +0200)
commit8e31e643efa83c5e1f4a36cacbbac4223c7e37a1
treeddcbd04a5f4d9d15d723d89fd592dcf378084e23
parent82a9f1f40dbaf2b283cf9590fce13305019c9f7a
KVM: VMX: move cpu_has_kvm_support() to an inline on asm/virtext.h

It will be used by core code on kdump and reboot, to disable
vmx if needed.

Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
arch/x86/include/asm/virtext.h [new file with mode: 0644]
arch/x86/kvm/vmx.c