[PATCH 2/2] disable init/initramfs.c (updated)

2006-12-14 Thread Jean-Paul Saman
Update all arch/*/kernel/vmlinux.lds.S to not include space for initramfs when CONFIG_BLK_DEV_INITRAMFS is not selected. This saves another 4 kbytes on most platfoms (some reserve PAGE_SIZE for initramfs). Signed-off-by: Jean-Paul Saman <[EMAIL PROTECTED]> -- Index:

[PATCH 1/2] disable init/initramfs.c (updated)

2006-12-14 Thread Jean-Paul Saman
m (IntegratorAP/ARM1176 SoC, kernel version 2.6.15). Signed-off-by: Jean-Paul Saman <[EMAIL PROTECTED]> -- Index: linux-2.6.git/drivers/block/Kconfig === --- linux-2.6.git.orig/drivers/block/Kconfig

Fw: RFC [PATCH] 2/2 disable initramfs

2006-12-13 Thread Jean-Paul Saman
second part of patch Kind greetings, Jean-Paul Saman NXP Semiconductors CTO/RTG DesignIP - Forwarded by Jean-Paul Saman/EHV/SC/PHILIPS on 13-12-2006 09:44 - [EMAIL PROTECTED] wrote on 06-12-2006 17:39:54: > Update all arch/*/kernel/vmlinux.lds.S to not include space for initra

Fw: RFC [PATCH] 1/2 disable initramfs

2006-12-13 Thread Jean-Paul Saman
meone else? Kind greetings, Jean-Paul Saman NXP Semiconductors CTO/RTG DesignIP - Forwarded by Jean-Paul Saman/EHV/SC/PHILIPS on 13-12-2006 09:40 - [EMAIL PROTECTED] wrote on 06-12-2006 17:39:48: > The file init/initramfs.c is always compiled and linked in the kernel > vmlinu

Re: [PATCH]: typo in init/initramfs.c

2006-12-11 Thread Jean-Paul Saman
[EMAIL PROTECTED] wrote on 08-12-2006 14:58:24: > Jean-Paul Saman wrote: > > [EMAIL PROTECTED] wrote on 06-12-2006 19:17:27: > > > Jean-Paul Saman wrote: > > > > In populate_rootfs() the printk on line 554. It says "Unpacking > > > > initramfs

Re: [PATCH]: typo in init/initramfs.c

2006-12-08 Thread Jean-Paul Saman
[EMAIL PROTECTED] wrote on 06-12-2006 19:17:27: > Jean-Paul Saman wrote: > > > > In populate_rootfs() the printk on line 554. It says "Unpacking > > initramfs..", which is confusing because if that line is reached the code > > has already decided that the i

RFC [PATCH] 1/2 disable initramfs

2006-12-06 Thread Jean-Paul Saman
nting a rootfilesystem later on in the kernel initialisation process. Signed-off-by: Jean-Paul Saman <[EMAIL PROTECTED]> Index: linux-2.6.git/drivers/block/Kconfig === --- linux-2.6.git.orig/drivers/block/Kconfig2006-1

RFC [PATCH] 2/2 disable initramfs

2006-12-06 Thread Jean-Paul Saman
/ARM1176 SoC) Signed-off-by: Jean-Paul Saman <[EMAIL PROTECTED]> Index: linux-2.6.git/arch/arm/kernel/vmlinux.lds.S === --- linux-2.6.git.orig/arch/arm/kernel/vmlinux.lds.S2006-12-06 17:08:26.0 +0100 +++ linux-2.6.git/ar

[PATCH]: typo in init/initramfs.c

2006-12-06 Thread Jean-Paul Saman
should says "initrd" instead. The attached patch corrects this typo. Signed-off-by: Jean-Paul Saman <[EMAIL PROTECTED]> diff --git a/init/initramfs.c b/init/initramfs.c index d28c109..f6020db 100644 --- a/init/initramfs.c +++ b/init/initramfs.c @@ -551,7