From 0530bf37cebcf22a73652937c2340bc1ebd92000 Mon Sep 17 00:00:00 2001
From: Thomas Gleixner <tglx@linutronix.de>
Date: Thu, 11 Oct 2007 11:16:43 +0200
Subject: [PATCH] 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>
---
 arch/{i386 => x86}/boot/compressed/.gitignore     | 0
 arch/{i386 => x86}/boot/compressed/Makefile       | 2 +-
 arch/{i386 => x86}/boot/compressed/Makefile_32    | 2 +-
 arch/{i386 => x86}/boot/compressed/head_32.S      | 0
 arch/{i386 => x86}/boot/compressed/misc_32.c      | 0
 arch/{i386 => x86}/boot/compressed/relocs.c       | 0
 arch/{i386 => x86}/boot/compressed/vmlinux_32.lds | 0
 arch/{i386 => x86}/boot/compressed/vmlinux_32.scr | 0
 arch/x86_64/boot/compressed/Makefile              | 2 +-
 9 files changed, 3 insertions(+), 3 deletions(-)
 rename arch/{i386 => x86}/boot/compressed/.gitignore (100%)
 rename arch/{i386 => x86}/boot/compressed/Makefile (62%)
 rename arch/{i386 => x86}/boot/compressed/Makefile_32 (97%)
 rename arch/{i386 => x86}/boot/compressed/head_32.S (100%)
 rename arch/{i386 => x86}/boot/compressed/misc_32.c (100%)
 rename arch/{i386 => x86}/boot/compressed/relocs.c (100%)
 rename arch/{i386 => x86}/boot/compressed/vmlinux_32.lds (100%)
 rename arch/{i386 => x86}/boot/compressed/vmlinux_32.scr (100%)

diff --git a/arch/i386/boot/compressed/.gitignore b/arch/x86/boot/compressed/.gitignore
similarity index 100%
rename from arch/i386/boot/compressed/.gitignore
rename to arch/x86/boot/compressed/.gitignore
diff --git a/arch/i386/boot/compressed/Makefile b/arch/x86/boot/compressed/Makefile
similarity index 62%
rename from arch/i386/boot/compressed/Makefile
rename to arch/x86/boot/compressed/Makefile
index 78514f3f626fb..76ab5caddf9af 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
similarity index 97%
rename from arch/i386/boot/compressed/Makefile_32
rename to arch/x86/boot/compressed/Makefile_32
index 0c64c314eadbc..22613c652d22d 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
similarity index 100%
rename from arch/i386/boot/compressed/head_32.S
rename to 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
similarity index 100%
rename from arch/i386/boot/compressed/misc_32.c
rename to arch/x86/boot/compressed/misc_32.c
diff --git a/arch/i386/boot/compressed/relocs.c b/arch/x86/boot/compressed/relocs.c
similarity index 100%
rename from arch/i386/boot/compressed/relocs.c
rename to arch/x86/boot/compressed/relocs.c
diff --git a/arch/i386/boot/compressed/vmlinux_32.lds b/arch/x86/boot/compressed/vmlinux_32.lds
similarity index 100%
rename from arch/i386/boot/compressed/vmlinux_32.lds
rename to 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
similarity index 100%
rename from arch/i386/boot/compressed/vmlinux_32.scr
rename to arch/x86/boot/compressed/vmlinux_32.scr
diff --git a/arch/x86_64/boot/compressed/Makefile b/arch/x86_64/boot/compressed/Makefile
index 78514f3f626fb..76ab5caddf9af 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
-- 
GitLab