From 9402e12b8fef1efe9cf949fc020dcda22d9d8667 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:16:53 +0200 Subject: [PATCH] i386: move mach-voyager Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/i386/Makefile | 2 +- arch/{i386 => x86}/mach-voyager/Makefile | 0 arch/{i386 => x86}/mach-voyager/setup.c | 0 arch/{i386 => x86}/mach-voyager/voyager_basic.c | 0 arch/{i386 => x86}/mach-voyager/voyager_cat.c | 0 arch/{i386 => x86}/mach-voyager/voyager_smp.c | 0 arch/{i386 => x86}/mach-voyager/voyager_thread.c | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename arch/{i386 => x86}/mach-voyager/Makefile (100%) rename arch/{i386 => x86}/mach-voyager/setup.c (100%) rename arch/{i386 => x86}/mach-voyager/voyager_basic.c (100%) rename arch/{i386 => x86}/mach-voyager/voyager_cat.c (100%) rename arch/{i386 => x86}/mach-voyager/voyager_smp.c (100%) rename arch/{i386 => x86}/mach-voyager/voyager_thread.c (100%) 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 -- 2.39.2