summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
diff options
context:
space:
mode:
authorAvi Kivity <avi@redhat.com>2011-11-23 16:30:32 +0200
committerAvi Kivity <avi@redhat.com>2011-12-27 11:21:49 +0200
commit00b27a3efb116062ca5a276ad5cb01ea1b80b5f6 (patch)
tree51d910e618eaad99ec034ef72b535e8cad06ffe5 /arch/x86/kvm/vmx.c
parent2b5e97e1fadf1ade87558f2a2003616879f9e228 (diff)
downloadblackbird-op-linux-00b27a3efb116062ca5a276ad5cb01ea1b80b5f6.tar.gz
blackbird-op-linux-00b27a3efb116062ca5a276ad5cb01ea1b80b5f6.zip
KVM: Move cpuid code to new file
The cpuid code has grown; put it into a separate file. Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/x86/kvm/vmx.c')
-rw-r--r--arch/x86/kvm/vmx.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c
index 8f19d91ec3e7..4ceced2669ef 100644
--- a/arch/x86/kvm/vmx.c
+++ b/arch/x86/kvm/vmx.c
@@ -18,6 +18,7 @@
#include "irq.h"
#include "mmu.h"
+#include "cpuid.h"
#include <linux/kvm_host.h>
#include <linux/module.h>
OpenPOWER on IntegriCloud