From c2cedf7be2017e3264c93a4c0d75b1d96d0d7104 Mon Sep 17 00:00:00 2001 From: Eduardo Habkost Date: Mon, 17 Nov 2008 19:03:14 -0200 Subject: [PATCH] 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 Signed-off-by: Avi Kivity --- arch/x86/{kvm => include/asm}/svm.h | 0 arch/x86/kvm/kvm_svm.h | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename arch/x86/{kvm => include/asm}/svm.h (100%) diff --git a/arch/x86/kvm/svm.h b/arch/x86/include/asm/svm.h similarity index 100% rename from arch/x86/kvm/svm.h rename to arch/x86/include/asm/svm.h diff --git a/arch/x86/kvm/kvm_svm.h b/arch/x86/kvm/kvm_svm.h index 65ef0fc..8e5ee99 100644 --- a/arch/x86/kvm/kvm_svm.h +++ b/arch/x86/kvm/kvm_svm.h @@ -7,7 +7,7 @@ #include #include -#include "svm.h" +#include static const u32 host_save_user_msrs[] = { #ifdef CONFIG_X86_64 -- 2.7.4