Gitweb: http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=c2cedf... Commit: c2cedf7be2017e3264c93a4c0d75b1d96d0d7104 Parent: 13673a90f1cf88296f726265cc7cf3ec76ecba30 Author: Eduardo Habkost <ehabkost@redhat.com> AuthorDate: Mon Nov 17 19:03:14 2008 -0200 Committer: Avi Kivity <avi@redhat.com> CommitDate: Wed Dec 31 16:52:28 2008 +0200 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> --- arch/x86/{kvm => include/asm}/svm.h | 0 arch/x86/kvm/kvm_svm.h | 2 +- 2 files changed, 1 insertions(+), 1 deletions(-) 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 <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 -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
