diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:51 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-11 05:16:51 -0400 |
commit | 9702785a747aa27baf46ff504beab6528f21f2dd (patch) | |
tree | ab69d6f802f5b680c33999dc089e44982c74595d /arch | |
parent | 334e621a01f86d5bc25e4f742e1eaae6e2d2a97a (diff) |
i386: move xen
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/i386/Kconfig | 2 | ||||
-rw-r--r-- | arch/i386/Makefile | 2 | ||||
-rw-r--r-- | arch/i386/kernel/head_32.S | 2 | ||||
-rw-r--r-- | arch/i386/kernel/vsyscall-note_32.S | 2 | ||||
-rw-r--r-- | arch/x86/xen/Kconfig (renamed from arch/i386/xen/Kconfig) | 0 | ||||
-rw-r--r-- | arch/x86/xen/Makefile (renamed from arch/i386/xen/Makefile) | 0 | ||||
-rw-r--r-- | arch/x86/xen/enlighten.c (renamed from arch/i386/xen/enlighten.c) | 0 | ||||
-rw-r--r-- | arch/x86/xen/events.c (renamed from arch/i386/xen/events.c) | 0 | ||||
-rw-r--r-- | arch/x86/xen/features.c (renamed from arch/i386/xen/features.c) | 0 | ||||
-rw-r--r-- | arch/x86/xen/manage.c (renamed from arch/i386/xen/manage.c) | 0 | ||||
-rw-r--r-- | arch/x86/xen/mmu.c (renamed from arch/i386/xen/mmu.c) | 0 | ||||
-rw-r--r-- | arch/x86/xen/mmu.h (renamed from arch/i386/xen/mmu.h) | 0 | ||||
-rw-r--r-- | arch/x86/xen/multicalls.c (renamed from arch/i386/xen/multicalls.c) | 0 | ||||
-rw-r--r-- | arch/x86/xen/multicalls.h (renamed from arch/i386/xen/multicalls.h) | 0 | ||||
-rw-r--r-- | arch/x86/xen/setup.c (renamed from arch/i386/xen/setup.c) | 0 | ||||
-rw-r--r-- | arch/x86/xen/smp.c (renamed from arch/i386/xen/smp.c) | 0 | ||||
-rw-r--r-- | arch/x86/xen/time.c (renamed from arch/i386/xen/time.c) | 0 | ||||
-rw-r--r-- | arch/x86/xen/vdso.h (renamed from arch/i386/xen/vdso.h) | 0 | ||||
-rw-r--r-- | arch/x86/xen/xen-asm.S (renamed from arch/i386/xen/xen-asm.S) | 0 | ||||
-rw-r--r-- | arch/x86/xen/xen-head.S (renamed from arch/i386/xen/xen-head.S) | 0 | ||||
-rw-r--r-- | arch/x86/xen/xen-ops.h (renamed from arch/i386/xen/xen-ops.h) | 0 |
21 files changed, 4 insertions, 4 deletions
diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index 561cc21914b2..0f6186f03034 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig | |||
@@ -226,7 +226,7 @@ config PARAVIRT | |||
226 | However, when run without a hypervisor the kernel is | 226 | However, when run without a hypervisor the kernel is |
227 | theoretically slower. If in doubt, say N. | 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 | config VMI | 231 | config VMI |
232 | bool "VMI Paravirt-ops support" | 232 | bool "VMI Paravirt-ops support" |
diff --git a/arch/i386/Makefile b/arch/i386/Makefile index c462803a4db2..fc85d6674fcb 100644 --- a/arch/i386/Makefile +++ b/arch/i386/Makefile | |||
@@ -94,7 +94,7 @@ mcore-$(CONFIG_X86_ES7000) := arch/x86/mach-default | |||
94 | core-$(CONFIG_X86_ES7000) := arch/x86/mach-es7000/ | 94 | core-$(CONFIG_X86_ES7000) := arch/x86/mach-es7000/ |
95 | 95 | ||
96 | # Xen paravirtualization support | 96 | # Xen paravirtualization support |
97 | core-$(CONFIG_XEN) += arch/i386/xen/ | 97 | core-$(CONFIG_XEN) += arch/x86/xen/ |
98 | 98 | ||
99 | # default subarch .h files | 99 | # default subarch .h files |
100 | mflags-y += -Iinclude/asm-i386/mach-default | 100 | mflags-y += -Iinclude/asm-i386/mach-default |
diff --git a/arch/i386/kernel/head_32.S b/arch/i386/kernel/head_32.S index 8f0382161c91..9150ca9b5f80 100644 --- a/arch/i386/kernel/head_32.S +++ b/arch/i386/kernel/head_32.S | |||
@@ -537,7 +537,7 @@ fault_msg: | |||
537 | .ascii "Int %d: CR2 %p err %p EIP %p CS %p flags %p\n" | 537 | .ascii "Int %d: CR2 %p err %p EIP %p CS %p flags %p\n" |
538 | .asciz "Stack: %p %p %p %p %p %p %p %p\n" | 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 | * The IDT and GDT 'descriptors' are a strange 48-bit object | 543 | * The IDT and GDT 'descriptors' are a strange 48-bit object |
diff --git a/arch/i386/kernel/vsyscall-note_32.S b/arch/i386/kernel/vsyscall-note_32.S index 07c0daf78237..fcf376a37f79 100644 --- a/arch/i386/kernel/vsyscall-note_32.S +++ b/arch/i386/kernel/vsyscall-note_32.S | |||
@@ -33,7 +33,7 @@ ELFNOTE_END | |||
33 | * at boot time we set VDSO_NOTE_NONEGSEG_BIT if running under Xen. | 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 | .globl VDSO_NOTE_MASK | 38 | .globl VDSO_NOTE_MASK |
39 | ELFNOTE_START(GNU, 2, "a") | 39 | ELFNOTE_START(GNU, 2, "a") |
diff --git a/arch/i386/xen/Kconfig b/arch/x86/xen/Kconfig index 9df99e1885a4..9df99e1885a4 100644 --- a/arch/i386/xen/Kconfig +++ b/arch/x86/xen/Kconfig | |||
diff --git a/arch/i386/xen/Makefile b/arch/x86/xen/Makefile index 343df246bd3e..343df246bd3e 100644 --- a/arch/i386/xen/Makefile +++ b/arch/x86/xen/Makefile | |||
diff --git a/arch/i386/xen/enlighten.c b/arch/x86/xen/enlighten.c index f01bfcd4bdee..f01bfcd4bdee 100644 --- a/arch/i386/xen/enlighten.c +++ b/arch/x86/xen/enlighten.c | |||
diff --git a/arch/i386/xen/events.c b/arch/x86/xen/events.c index da1b173547a1..da1b173547a1 100644 --- a/arch/i386/xen/events.c +++ b/arch/x86/xen/events.c | |||
diff --git a/arch/i386/xen/features.c b/arch/x86/xen/features.c index 0707714e40d6..0707714e40d6 100644 --- a/arch/i386/xen/features.c +++ b/arch/x86/xen/features.c | |||
diff --git a/arch/i386/xen/manage.c b/arch/x86/xen/manage.c index aa7af9e6abc0..aa7af9e6abc0 100644 --- a/arch/i386/xen/manage.c +++ b/arch/x86/xen/manage.c | |||
diff --git a/arch/i386/xen/mmu.c b/arch/x86/xen/mmu.c index 874db0cd1d2a..874db0cd1d2a 100644 --- a/arch/i386/xen/mmu.c +++ b/arch/x86/xen/mmu.c | |||
diff --git a/arch/i386/xen/mmu.h b/arch/x86/xen/mmu.h index c9ff27f3ac3a..c9ff27f3ac3a 100644 --- a/arch/i386/xen/mmu.h +++ b/arch/x86/xen/mmu.h | |||
diff --git a/arch/i386/xen/multicalls.c b/arch/x86/xen/multicalls.c index c837e8e463db..c837e8e463db 100644 --- a/arch/i386/xen/multicalls.c +++ b/arch/x86/xen/multicalls.c | |||
diff --git a/arch/i386/xen/multicalls.h b/arch/x86/xen/multicalls.h index e6f7530b156c..e6f7530b156c 100644 --- a/arch/i386/xen/multicalls.h +++ b/arch/x86/xen/multicalls.h | |||
diff --git a/arch/i386/xen/setup.c b/arch/x86/xen/setup.c index f84e77226646..f84e77226646 100644 --- a/arch/i386/xen/setup.c +++ b/arch/x86/xen/setup.c | |||
diff --git a/arch/i386/xen/smp.c b/arch/x86/xen/smp.c index 557b8e24706a..557b8e24706a 100644 --- a/arch/i386/xen/smp.c +++ b/arch/x86/xen/smp.c | |||
diff --git a/arch/i386/xen/time.c b/arch/x86/xen/time.c index dfd6db69ead5..dfd6db69ead5 100644 --- a/arch/i386/xen/time.c +++ b/arch/x86/xen/time.c | |||
diff --git a/arch/i386/xen/vdso.h b/arch/x86/xen/vdso.h index 861fedfe5230..861fedfe5230 100644 --- a/arch/i386/xen/vdso.h +++ b/arch/x86/xen/vdso.h | |||
diff --git a/arch/i386/xen/xen-asm.S b/arch/x86/xen/xen-asm.S index 1a43b60c0c62..1a43b60c0c62 100644 --- a/arch/i386/xen/xen-asm.S +++ b/arch/x86/xen/xen-asm.S | |||
diff --git a/arch/i386/xen/xen-head.S b/arch/x86/xen/xen-head.S index f8d6937db2ec..f8d6937db2ec 100644 --- a/arch/i386/xen/xen-head.S +++ b/arch/x86/xen/xen-head.S | |||
diff --git a/arch/i386/xen/xen-ops.h b/arch/x86/xen/xen-ops.h index b9aaea45f07f..b9aaea45f07f 100644 --- a/arch/i386/xen/xen-ops.h +++ b/arch/x86/xen/xen-ops.h | |||