Эх сурвалжийг харах

i386: move xen

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Thomas Gleixner 17 жил өмнө
parent
commit
9702785a74

+ 1 - 1
arch/i386/Kconfig

@@ -226,7 +226,7 @@ config PARAVIRT
 	  However, when run without a hypervisor the kernel is
 	  However, when run without a hypervisor the kernel is
 	  theoretically slower.  If in doubt, say N.
 	  theoretically slower.  If in doubt, say N.
 
 
-source "arch/i386/xen/Kconfig"
+source "arch/x86/xen/Kconfig"
 
 
 config VMI
 config VMI
 	bool "VMI Paravirt-ops support"
 	bool "VMI Paravirt-ops support"

+ 1 - 1
arch/i386/Makefile

@@ -94,7 +94,7 @@ mcore-$(CONFIG_X86_ES7000)	:= arch/x86/mach-default
 core-$(CONFIG_X86_ES7000)	:= arch/x86/mach-es7000/
 core-$(CONFIG_X86_ES7000)	:= arch/x86/mach-es7000/
 
 
 # Xen paravirtualization support
 # Xen paravirtualization support
-core-$(CONFIG_XEN)		+= arch/i386/xen/
+core-$(CONFIG_XEN)		+= arch/x86/xen/
 
 
 # default subarch .h files
 # default subarch .h files
 mflags-y += -Iinclude/asm-i386/mach-default
 mflags-y += -Iinclude/asm-i386/mach-default

+ 1 - 1
arch/i386/kernel/head_32.S

@@ -537,7 +537,7 @@ fault_msg:
 	.ascii "Int %d: CR2 %p  err %p  EIP %p  CS %p  flags %p\n"
 	.ascii "Int %d: CR2 %p  err %p  EIP %p  CS %p  flags %p\n"
 	.asciz "Stack: %p %p %p %p %p %p %p %p\n"
 	.asciz "Stack: %p %p %p %p %p %p %p %p\n"
 
 
-#include "../xen/xen-head.S"
+#include "../../x86/xen/xen-head.S"
 
 
 /*
 /*
  * The IDT and GDT 'descriptors' are a strange 48-bit object
  * The IDT and GDT 'descriptors' are a strange 48-bit object

+ 1 - 1
arch/i386/kernel/vsyscall-note_32.S

@@ -33,7 +33,7 @@ ELFNOTE_END
  * at boot time we set VDSO_NOTE_NONEGSEG_BIT if running under Xen.
  * at boot time we set VDSO_NOTE_NONEGSEG_BIT if running under Xen.
  */
  */
 
 
-#include "../xen/vdso.h"	/* Defines VDSO_NOTE_NONEGSEG_BIT.  */
+#include "../../x86/xen/vdso.h"	/* Defines VDSO_NOTE_NONEGSEG_BIT.  */
 
 
 	.globl VDSO_NOTE_MASK
 	.globl VDSO_NOTE_MASK
 ELFNOTE_START(GNU, 2, "a")
 ELFNOTE_START(GNU, 2, "a")

+ 0 - 0
arch/i386/xen/Kconfig → arch/x86/xen/Kconfig


+ 0 - 0
arch/i386/xen/Makefile → arch/x86/xen/Makefile


+ 0 - 0
arch/i386/xen/enlighten.c → arch/x86/xen/enlighten.c


+ 0 - 0
arch/i386/xen/events.c → arch/x86/xen/events.c


+ 0 - 0
arch/i386/xen/features.c → arch/x86/xen/features.c


+ 0 - 0
arch/i386/xen/manage.c → arch/x86/xen/manage.c


+ 0 - 0
arch/i386/xen/mmu.c → arch/x86/xen/mmu.c


+ 0 - 0
arch/i386/xen/mmu.h → arch/x86/xen/mmu.h


+ 0 - 0
arch/i386/xen/multicalls.c → arch/x86/xen/multicalls.c


+ 0 - 0
arch/i386/xen/multicalls.h → arch/x86/xen/multicalls.h


+ 0 - 0
arch/i386/xen/setup.c → arch/x86/xen/setup.c


+ 0 - 0
arch/i386/xen/smp.c → arch/x86/xen/smp.c


+ 0 - 0
arch/i386/xen/time.c → arch/x86/xen/time.c


+ 0 - 0
arch/i386/xen/vdso.h → arch/x86/xen/vdso.h


+ 0 - 0
arch/i386/xen/xen-asm.S → arch/x86/xen/xen-asm.S


+ 0 - 0
arch/i386/xen/xen-head.S → arch/x86/xen/xen-head.S


+ 0 - 0
arch/i386/xen/xen-ops.h → arch/x86/xen/xen-ops.h