summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2007-10-11 11:16:43 +0200
committerThomas Gleixner <tglx@linutronix.de>2007-10-11 11:16:43 +0200
commit0530bf37cebcf22a73652937c2340bc1ebd92000 (patch)
treeac2918d5eca7b0775875ad81fe98a0248ae5924f
parent19d8d79ccfd2fb67b1eb86e3c634a2e68a4c4b11 (diff)
downloadop-kernel-dev-0530bf37cebcf22a73652937c2340bc1ebd92000.zip
op-kernel-dev-0530bf37cebcf22a73652937c2340bc1ebd92000.tar.gz
i386: move boot
Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Signed-off-by: Ingo Molnar <mingo@elte.hu>
-rw-r--r--arch/x86/boot/compressed/.gitignore (renamed from arch/i386/boot/compressed/.gitignore)0
-rw-r--r--arch/x86/boot/compressed/Makefile (renamed from arch/i386/boot/compressed/Makefile)2
-rw-r--r--arch/x86/boot/compressed/Makefile_32 (renamed from arch/i386/boot/compressed/Makefile_32)2
-rw-r--r--arch/x86/boot/compressed/head_32.S (renamed from arch/i386/boot/compressed/head_32.S)0
-rw-r--r--arch/x86/boot/compressed/misc_32.c (renamed from arch/i386/boot/compressed/misc_32.c)0
-rw-r--r--arch/x86/boot/compressed/relocs.c (renamed from arch/i386/boot/compressed/relocs.c)0
-rw-r--r--arch/x86/boot/compressed/vmlinux_32.lds (renamed from arch/i386/boot/compressed/vmlinux_32.lds)0
-rw-r--r--arch/x86/boot/compressed/vmlinux_32.scr (renamed from arch/i386/boot/compressed/vmlinux_32.scr)0
-rw-r--r--arch/x86_64/boot/compressed/Makefile2
9 files changed, 3 insertions, 3 deletions
diff --git a/arch/i386/boot/compressed/.gitignore b/arch/x86/boot/compressed/.gitignore
index be0ed06..be0ed06 100644
--- a/arch/i386/boot/compressed/.gitignore
+++ b/arch/x86/boot/compressed/.gitignore
diff --git a/arch/i386/boot/compressed/Makefile b/arch/x86/boot/compressed/Makefile
index 78514f3..76ab5cad 100644
--- a/arch/i386/boot/compressed/Makefile
+++ b/arch/x86/boot/compressed/Makefile
@@ -1,5 +1,5 @@
ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/boot/compressed/Makefile_32
+include ${srctree}/arch/x86/boot/compressed/Makefile_32
else
include ${srctree}/arch/x86_64/boot/compressed/Makefile_64
endif
diff --git a/arch/i386/boot/compressed/Makefile_32 b/arch/x86/boot/compressed/Makefile_32
index 0c64c31..22613c6 100644
--- a/arch/i386/boot/compressed/Makefile_32
+++ b/arch/x86/boot/compressed/Makefile_32
@@ -1,5 +1,5 @@
#
-# linux/arch/i386/boot/compressed/Makefile
+# linux/arch/x86/boot/compressed/Makefile
#
# create a compressed vmlinux image from the original vmlinux
#
diff --git a/arch/i386/boot/compressed/head_32.S b/arch/x86/boot/compressed/head_32.S
index f35ea22..f35ea22 100644
--- a/arch/i386/boot/compressed/head_32.S
+++ b/arch/x86/boot/compressed/head_32.S
diff --git a/arch/i386/boot/compressed/misc_32.c b/arch/x86/boot/compressed/misc_32.c
index b28505c..b28505c 100644
--- a/arch/i386/boot/compressed/misc_32.c
+++ b/arch/x86/boot/compressed/misc_32.c
diff --git a/arch/i386/boot/compressed/relocs.c b/arch/x86/boot/compressed/relocs.c
index 2d77ee7..2d77ee7 100644
--- a/arch/i386/boot/compressed/relocs.c
+++ b/arch/x86/boot/compressed/relocs.c
diff --git a/arch/i386/boot/compressed/vmlinux_32.lds b/arch/x86/boot/compressed/vmlinux_32.lds
index cc4854f..cc4854f 100644
--- a/arch/i386/boot/compressed/vmlinux_32.lds
+++ b/arch/x86/boot/compressed/vmlinux_32.lds
diff --git a/arch/i386/boot/compressed/vmlinux_32.scr b/arch/x86/boot/compressed/vmlinux_32.scr
index 707a88f..707a88f 100644
--- a/arch/i386/boot/compressed/vmlinux_32.scr
+++ b/arch/x86/boot/compressed/vmlinux_32.scr
diff --git a/arch/x86_64/boot/compressed/Makefile b/arch/x86_64/boot/compressed/Makefile
index 78514f3..76ab5cad 100644
--- a/arch/x86_64/boot/compressed/Makefile
+++ b/arch/x86_64/boot/compressed/Makefile
@@ -1,5 +1,5 @@
ifeq ($(CONFIG_X86_32),y)
-include ${srctree}/arch/i386/boot/compressed/Makefile_32
+include ${srctree}/arch/x86/boot/compressed/Makefile_32
else
include ${srctree}/arch/x86_64/boot/compressed/Makefile_64
endif
OpenPOWER on IntegriCloud