aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Habkost <ehabkost@redhat.com>2008-11-17 19:03:14 -0200
committerAvi Kivity <avi@redhat.com>2008-12-31 16:52:28 +0200
commitc2cedf7be2017e3264c93a4c0d75b1d96d0d7104 (patch)
tree06d3e72f8efcbe2b85d23f8922c7f8730ae032e2
parentKVM: VMX: move vmx.h to include/asm (diff)
downloadlinux-dev-c2cedf7be2017e3264c93a4c0d75b1d96d0d7104.tar.xz
linux-dev-c2cedf7be2017e3264c93a4c0d75b1d96d0d7104.zip
KVM: SVM: move svm.h to include/asm
svm.h will be used by core code that is independent of KVM, so I am moving it outside the arch/x86/kvm directory. Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Signed-off-by: Avi Kivity <avi@redhat.com>
-rw-r--r--arch/x86/include/asm/svm.h (renamed from arch/x86/kvm/svm.h)0
-rw-r--r--arch/x86/kvm/kvm_svm.h2
2 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/svm.h b/arch/x86/include/asm/svm.h
index 1b8afa78e869..1b8afa78e869 100644
--- a/arch/x86/kvm/svm.h
+++ b/arch/x86/include/asm/svm.h
diff --git a/arch/x86/kvm/kvm_svm.h b/arch/x86/kvm/kvm_svm.h
index 65ef0fc2c036..8e5ee99551f6 100644
--- a/arch/x86/kvm/kvm_svm.h
+++ b/arch/x86/kvm/kvm_svm.h
@@ -7,7 +7,7 @@
#include <linux/kvm_host.h>
#include <asm/msr.h>
-#include "svm.h"
+#include <asm/svm.h>
static const u32 host_save_user_msrs[] = {
#ifdef CONFIG_X86_64