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

i386: move xen

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

+4 -4
+1 -1
arch/i386/Kconfig
··· 226 226 However, when run without a hypervisor the kernel is 227 227 theoretically slower. If in doubt, say N. 228 228 229 - source "arch/i386/xen/Kconfig" 229 + source "arch/x86/xen/Kconfig" 230 230 231 231 config VMI 232 232 bool "VMI Paravirt-ops support"
+1 -1
arch/i386/Makefile
··· 94 94 core-$(CONFIG_X86_ES7000) := arch/x86/mach-es7000/ 95 95 96 96 # Xen paravirtualization support 97 - core-$(CONFIG_XEN) += arch/i386/xen/ 97 + core-$(CONFIG_XEN) += arch/x86/xen/ 98 98 99 99 # default subarch .h files 100 100 mflags-y += -Iinclude/asm-i386/mach-default
+1 -1
arch/i386/kernel/head_32.S
··· 537 537 .ascii "Int %d: CR2 %p err %p EIP %p CS %p flags %p\n" 538 538 .asciz "Stack: %p %p %p %p %p %p %p %p\n" 539 539 540 - #include "../xen/xen-head.S" 540 + #include "../../x86/xen/xen-head.S" 541 541 542 542 /* 543 543 * The IDT and GDT 'descriptors' are a strange 48-bit object
+1 -1
arch/i386/kernel/vsyscall-note_32.S
··· 33 33 * at boot time we set VDSO_NOTE_NONEGSEG_BIT if running under Xen. 34 34 */ 35 35 36 - #include "../xen/vdso.h" /* Defines VDSO_NOTE_NONEGSEG_BIT. */ 36 + #include "../../x86/xen/vdso.h" /* Defines VDSO_NOTE_NONEGSEG_BIT. */ 37 37 38 38 .globl VDSO_NOTE_MASK 39 39 ELFNOTE_START(GNU, 2, "a")
arch/i386/xen/Kconfig arch/x86/xen/Kconfig
arch/i386/xen/Makefile arch/x86/xen/Makefile
arch/i386/xen/enlighten.c arch/x86/xen/enlighten.c
arch/i386/xen/events.c arch/x86/xen/events.c
arch/i386/xen/features.c arch/x86/xen/features.c
arch/i386/xen/manage.c arch/x86/xen/manage.c
arch/i386/xen/mmu.c arch/x86/xen/mmu.c
arch/i386/xen/mmu.h arch/x86/xen/mmu.h
arch/i386/xen/multicalls.c arch/x86/xen/multicalls.c
arch/i386/xen/multicalls.h arch/x86/xen/multicalls.h
arch/i386/xen/setup.c arch/x86/xen/setup.c
arch/i386/xen/smp.c arch/x86/xen/smp.c
arch/i386/xen/time.c arch/x86/xen/time.c
arch/i386/xen/vdso.h arch/x86/xen/vdso.h
arch/i386/xen/xen-asm.S arch/x86/xen/xen-asm.S
arch/i386/xen/xen-head.S arch/x86/xen/xen-head.S
arch/i386/xen/xen-ops.h arch/x86/xen/xen-ops.h