From: Thomas Gleixner Date: Thu, 11 Oct 2007 09:16:38 +0000 (+0200) Subject: i386: move mach-visws X-Git-Tag: v2.6.24-rc1~1499 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=c2b84d8d1a66a0a886de51f1bfef5c4f16c0c784;p=linux-2.6-omap-h63xx.git i386: move mach-visws Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- diff --git a/arch/i386/Makefile b/arch/i386/Makefile index 87c959d5f35..191e171b367 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile @@ -69,7 +69,7 @@ mcore-$(CONFIG_X86_VOYAGER) := arch/i386/mach-voyager # VISWS subarch support mflags-$(CONFIG_X86_VISWS) := -Iinclude/asm-i386/mach-visws -mcore-$(CONFIG_X86_VISWS) := arch/i386/mach-visws +mcore-$(CONFIG_X86_VISWS) := arch/x86/mach-visws # NUMAQ subarch support mflags-$(CONFIG_X86_NUMAQ) := -Iinclude/asm-i386/mach-numaq diff --git a/arch/i386/mach-visws/Makefile b/arch/x86/mach-visws/Makefile similarity index 100% rename from arch/i386/mach-visws/Makefile rename to arch/x86/mach-visws/Makefile diff --git a/arch/i386/mach-visws/mpparse.c b/arch/x86/mach-visws/mpparse.c similarity index 100% rename from arch/i386/mach-visws/mpparse.c rename to arch/x86/mach-visws/mpparse.c diff --git a/arch/i386/mach-visws/reboot.c b/arch/x86/mach-visws/reboot.c similarity index 100% rename from arch/i386/mach-visws/reboot.c rename to arch/x86/mach-visws/reboot.c diff --git a/arch/i386/mach-visws/setup.c b/arch/x86/mach-visws/setup.c similarity index 100% rename from arch/i386/mach-visws/setup.c rename to arch/x86/mach-visws/setup.c diff --git a/arch/i386/mach-visws/traps.c b/arch/x86/mach-visws/traps.c similarity index 100% rename from arch/i386/mach-visws/traps.c rename to arch/x86/mach-visws/traps.c diff --git a/arch/i386/mach-visws/visws_apic.c b/arch/x86/mach-visws/visws_apic.c similarity index 100% rename from arch/i386/mach-visws/visws_apic.c rename to arch/x86/mach-visws/visws_apic.c