Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i386: move mach-es7000

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

+2 -2
+1 -1
arch/i386/Makefile
··· 91 91 # ES7000 subarch support 92 92 mflags-$(CONFIG_X86_ES7000) := -Iinclude/asm-i386/mach-es7000 93 93 mcore-$(CONFIG_X86_ES7000) := arch/x86/mach-default 94 - core-$(CONFIG_X86_ES7000) := arch/i386/mach-es7000/ 94 + core-$(CONFIG_X86_ES7000) := arch/x86/mach-es7000/ 95 95 96 96 # Xen paravirtualization support 97 97 core-$(CONFIG_XEN) += arch/i386/xen/
arch/i386/mach-es7000/Makefile arch/x86/mach-es7000/Makefile
arch/i386/mach-es7000/es7000.h arch/x86/mach-es7000/es7000.h
arch/i386/mach-es7000/es7000plat.c arch/x86/mach-es7000/es7000plat.c
+1 -1
arch/x86/mach-generic/Makefile
··· 5 5 EXTRA_CFLAGS := -Iarch/i386/kernel 6 6 7 7 obj-y := probe.o summit.o bigsmp.o es7000.o default.o 8 - obj-y += ../../i386/mach-es7000/ 8 + obj-y += ../../x86/mach-es7000/