wok annotate linux/stuff/boot-kernel.u @ rev 3359
Up: mysql (5.1.35) - Moved config+libexec and add plugin
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Jun 11 20:02:53 2009 +0200 (2009-06-11) |
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, |