瀏覽代碼

i386: move mach-default

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Thomas Gleixner 17 年之前
父節點
當前提交
d629e03b64
共有 3 個文件被更改,包括 6 次插入6 次删除
  1. 6 6
      arch/i386/Makefile
  2. 0 0
      arch/x86/mach-default/Makefile
  3. 0 0
      arch/x86/mach-default/setup.c

+ 6 - 6
arch/i386/Makefile

@@ -61,7 +61,7 @@ AFLAGS += $(call as-instr,.cfi_startproc\n.cfi_signal_frame\n.cfi_endproc,-DCONF
 CFLAGS += $(cflags-y)
 CFLAGS += $(cflags-y)
 
 
 # Default subarch .c files
 # Default subarch .c files
-mcore-y  := arch/i386/mach-default
+mcore-y  := arch/x86/mach-default
 
 
 # Voyager subarch support
 # Voyager subarch support
 mflags-$(CONFIG_X86_VOYAGER)	:= -Iinclude/asm-i386/mach-voyager
 mflags-$(CONFIG_X86_VOYAGER)	:= -Iinclude/asm-i386/mach-voyager
@@ -73,24 +73,24 @@ mcore-$(CONFIG_X86_VISWS)	:= arch/x86/mach-visws
 
 
 # NUMAQ subarch support
 # NUMAQ subarch support
 mflags-$(CONFIG_X86_NUMAQ)	:= -Iinclude/asm-i386/mach-numaq
 mflags-$(CONFIG_X86_NUMAQ)	:= -Iinclude/asm-i386/mach-numaq
-mcore-$(CONFIG_X86_NUMAQ)	:= arch/i386/mach-default
+mcore-$(CONFIG_X86_NUMAQ)	:= arch/x86/mach-default
 
 
 # BIGSMP subarch support
 # BIGSMP subarch support
 mflags-$(CONFIG_X86_BIGSMP)	:= -Iinclude/asm-i386/mach-bigsmp
 mflags-$(CONFIG_X86_BIGSMP)	:= -Iinclude/asm-i386/mach-bigsmp
-mcore-$(CONFIG_X86_BIGSMP)	:= arch/i386/mach-default
+mcore-$(CONFIG_X86_BIGSMP)	:= arch/x86/mach-default
 
 
 #Summit subarch support
 #Summit subarch support
 mflags-$(CONFIG_X86_SUMMIT) := -Iinclude/asm-i386/mach-summit
 mflags-$(CONFIG_X86_SUMMIT) := -Iinclude/asm-i386/mach-summit
-mcore-$(CONFIG_X86_SUMMIT)  := arch/i386/mach-default
+mcore-$(CONFIG_X86_SUMMIT)  := arch/x86/mach-default
 
 
 # generic subarchitecture
 # generic subarchitecture
 mflags-$(CONFIG_X86_GENERICARCH) := -Iinclude/asm-i386/mach-generic
 mflags-$(CONFIG_X86_GENERICARCH) := -Iinclude/asm-i386/mach-generic
-mcore-$(CONFIG_X86_GENERICARCH) := arch/i386/mach-default
+mcore-$(CONFIG_X86_GENERICARCH) := arch/x86/mach-default
 core-$(CONFIG_X86_GENERICARCH) += arch/x86/mach-generic/
 core-$(CONFIG_X86_GENERICARCH) += arch/x86/mach-generic/
 
 
 # ES7000 subarch support
 # ES7000 subarch support
 mflags-$(CONFIG_X86_ES7000)	:= -Iinclude/asm-i386/mach-es7000
 mflags-$(CONFIG_X86_ES7000)	:= -Iinclude/asm-i386/mach-es7000
-mcore-$(CONFIG_X86_ES7000)	:= arch/i386/mach-default
+mcore-$(CONFIG_X86_ES7000)	:= arch/x86/mach-default
 core-$(CONFIG_X86_ES7000)	:= arch/i386/mach-es7000/
 core-$(CONFIG_X86_ES7000)	:= arch/i386/mach-es7000/
 
 
 # Xen paravirtualization support
 # Xen paravirtualization support

+ 0 - 0
arch/i386/mach-default/Makefile → arch/x86/mach-default/Makefile


+ 0 - 0
arch/i386/mach-default/setup.c → arch/x86/mach-default/setup.c