From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756682AbYLIUcs (ORCPT ); Tue, 9 Dec 2008 15:32:48 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1755424AbYLIUYH (ORCPT ); Tue, 9 Dec 2008 15:24:07 -0500 Received: from mx2.redhat.com ([66.187.237.31]:34890 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754931AbYLIUXN (ORCPT ); Tue, 9 Dec 2008 15:23:13 -0500 From: Avi Kivity To: kvm@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Eduardo Habkost Subject: [PATCH 18/44] KVM: SVM: move svm.h to include/asm Date: Tue, 9 Dec 2008 22:22:33 +0200 Message-Id: <1228854179-23002-19-git-send-email-avi@redhat.com> In-Reply-To: <1228854179-23002-1-git-send-email-avi@redhat.com> References: <1228854179-23002-1-git-send-email-avi@redhat.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Eduardo Habkost 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 insertions(+), 1 deletions(-) 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 -- 1.6.0.3