wok-6.x annotate linux/stuff/boot-kernel.u @ rev 1032
linux: more crypto modules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jul 11 07:45:28 2008 +0000 (2008-07-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, |