From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:16:53 +0000 (+0200) Subject: i386: move mach-voyager X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9402e12b8fef1efe9cf949fc020dcda22d9d8667;p=linux-beck.git i386: move mach-voyager Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/i386/Makefile b/arch/i386/Makefile index fc85d6674fcb..e03c47e56c76 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile @@ -65,7 +65,7 @@ mcore-y := arch/x86/mach-default # Voyager subarch support mflags-$(CONFIG_X86_VOYAGER) := -Iinclude/asm-i386/mach-voyager -mcore-$(CONFIG_X86_VOYAGER) := arch/i386/mach-voyager +mcore-$(CONFIG_X86_VOYAGER) := arch/x86/mach-voyager # VISWS subarch support mflags-$(CONFIG_X86_VISWS) := -Iinclude/asm-i386/mach-visws diff --git a/arch/i386/mach-voyager/Makefile b/arch/x86/mach-voyager/Makefile similarity index 100% rename from arch/i386/mach-voyager/Makefile rename to arch/x86/mach-voyager/Makefile diff --git a/arch/i386/mach-voyager/setup.c b/arch/x86/mach-voyager/setup.c similarity index 100% rename from arch/i386/mach-voyager/setup.c rename to arch/x86/mach-voyager/setup.c diff --git a/arch/i386/mach-voyager/voyager_basic.c b/arch/x86/mach-voyager/voyager_basic.c similarity index 100% rename from arch/i386/mach-voyager/voyager_basic.c rename to arch/x86/mach-voyager/voyager_basic.c diff --git a/arch/i386/mach-voyager/voyager_cat.c b/arch/x86/mach-voyager/voyager_cat.c similarity index 100% rename from arch/i386/mach-voyager/voyager_cat.c rename to arch/x86/mach-voyager/voyager_cat.c diff --git a/arch/i386/mach-voyager/voyager_smp.c b/arch/x86/mach-voyager/voyager_smp.c similarity index 100% rename from arch/i386/mach-voyager/voyager_smp.c rename to arch/x86/mach-voyager/voyager_smp.c diff --git a/arch/i386/mach-voyager/voyager_thread.c b/arch/x86/mach-voyager/voyager_thread.c similarity index 100% rename from arch/i386/mach-voyager/voyager_thread.c rename to arch/x86/mach-voyager/voyager_thread.c