wok annotate linux/stuff/boot-kernel.u @ rev 1515

newt: fix python version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 06 19:25:40 2008 +0000 (2008-10-06)
parents
children
rev   line source
pankso@3 1 --- linux-2.6.22.9/init/initramfs.c
pankso@3 2 +++ linux-2.6.22.9/init/initramfs.c
pankso@3 3 @@ -549,7 +549,7 @@
pankso@3 4 panic(err);
pankso@3 5 #ifdef CONFIG_BLK_DEV_INITRD
pankso@3 6 if (initrd_start) {
pankso@3 7 -#ifdef CONFIG_BLK_DEV_RAM
pankso@3 8 +#ifdef NOT_IN_SLITAZ_CONFIG_BLK_DEV_RAM
pankso@3 9 int fd;
pankso@3 10 printk(KERN_INFO "checking if image is initramfs...");
pankso@3 11 err = unpack_to_rootfs((char *)initrd_start,