From c2b84d8d1a66a0a886de51f1bfef5c4f16c0c784 Mon Sep 17 00:00:00 2001 From: Thomas Gleixner Date: Thu, 11 Oct 2007 11:16:38 +0200 Subject: [PATCH] i386: move mach-visws Signed-off-by: Thomas Gleixner Signed-off-by: Ingo Molnar --- arch/i386/Makefile | 2 +- arch/{i386 => x86}/mach-visws/Makefile | 0 arch/{i386 => x86}/mach-visws/mpparse.c | 0 arch/{i386 => x86}/mach-visws/reboot.c | 0 arch/{i386 => x86}/mach-visws/setup.c | 0 arch/{i386 => x86}/mach-visws/traps.c | 0 arch/{i386 => x86}/mach-visws/visws_apic.c | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename arch/{i386 => x86}/mach-visws/Makefile (100%) rename arch/{i386 => x86}/mach-visws/mpparse.c (100%) rename arch/{i386 => x86}/mach-visws/reboot.c (100%) rename arch/{i386 => x86}/mach-visws/setup.c (100%) rename arch/{i386 => x86}/mach-visws/traps.c (100%) rename arch/{i386 => x86}/mach-visws/visws_apic.c (100%) 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 -- 2.41.0