[2.6 patch] the scheduled i386/x86_64 bzImage symlinks removal
- From: Adrian Bunk <bunk@xxxxxxxxxx>
- Date: Tue, 1 Apr 2008 00:02:12 +0300
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/
- Prev by Date: Re: [PATCH 1/2] Define sysfs interfaces for ibmaem driver
- Next by Date: Re: [ANNOUNCE] Btrfs v0.13
- Previous by thread: [PATCH 2/2] btrfs-progs: Stop stomping on 'name' input parameter
- Next by thread: [PATCH] Fix tosakbd suspend
- Index(es):
Relevant Pages
- [PATCH] Use relative symbolic links for bzImge in x86 ARCHs
... use relative paths in the symlink to bzImage ... to make it NFS export safe.
... zImage bzImage: vmlinux ... (Linux-Kernel) - Re: [PATCH 12/12] i386 boot: Add an ELF header to bzImage
... is bzImage does not have the flexibility to deal ... as soon as it does grub
-> linux. ... very first thing I am going to try it out with your config file. ...
This patch just adds and ELF header to bzImage which is not even used ... (Linux-Kernel) - Re: [PATCH] i386: Correct documentation for bzImage protocol v2.05
... bzImage. ... Last time forgot to copy the patch to mailing list. ...
Signed-off-by: Vivek Goyal ... Please read the FAQ at http://www.tux.org/lkml/ ...
(Linux-Kernel) - Re: [patch] x86_64-enable-large-bzImage.patch
... patch i have successfully built and booted an allyesconfig 13MB+ bzImage
... (Linux-Kernel) - Re: [PATCH 9/33] i386 boot: Add serial output support to the decompressor
... Yes just patch them at runtime. ... At least compiling completely out
probably isn't. ... I have had too many times where the size of a bzImage was an important
... (Linux-Kernel)