[2.6 patch] the scheduled i386/x86_64 bzImage symlinks removal

From: Adrian Bunk
Date: Mon Mar 31 2008 - 17:02:24 EST


This patch contains the scheduled removal of the i386/x86_64 bzImage
symlinks.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxxx>

---

Documentation/feature-removal-schedule.txt | 12 ------------
arch/x86/Makefile | 2 --
2 files changed, 14 deletions(-)

8f683fe014e1897c09cedb0b39078ba3f85a47f4 diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt
index bf0e3df..1092b2e 100644
--- a/Documentation/feature-removal-schedule.txt
+++ b/Documentation/feature-removal-schedule.txt
@@ -211,18 +211,6 @@ Who: Stephen Hemminger <shemminger@xxxxxxxxxxxxxxxxxxxx>

---------------------------

-What: i386/x86_64 bzImage symlinks
-When: April 2008
-
-Why: The i386/x86_64 merge provides a symlink to the old bzImage
- location so not yet updated user space tools, e.g. package
- scripts, do not break.
-Who: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
-
----------------------------
-
----------------------------
-
What: i2c-i810, i2c-prosavage and i2c-savage4
When: May 2008
Why: These drivers are superseded by i810fb, intelfb and savagefb.
diff --git a/arch/x86/Makefile b/arch/x86/Makefile
index f1e739a..50d3e99 100644
--- a/arch/x86/Makefile
+++ b/arch/x86/Makefile
@@ -215,8 +215,6 @@ zImage zlilo zdisk: KBUILD_IMAGE := arch/x86/boot/zImage

zImage bzImage: vmlinux
$(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
- $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
- $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/bzImage

compressed: zImage


--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/