]> git.pld-linux.org Git - packages/kernel.git/blame - kernel-initrd.patch
- CONFIG_USB*_NET2280 is not set for now (no dma-coherent memory allocator in 2.4...
[packages/kernel.git] / kernel-initrd.patch
CommitLineData
9868ed54
KT
1diff -urN linux-2.5.7.orig/init/do_mounts.c linux-2.5.7/init/do_mounts.c
2--- linux-2.5.7.orig/init/do_mounts.c Mon Mar 18 21:37:12 2002
3+++ linux-2.5.7/init/do_mounts.c Sun Mar 24 12:27:21 2002
4@@ -826,7 +826,7 @@
5
6 create_dev("/dev/root", ROOT_DEV, NULL);
7 if (mount_initrd) {
8- if (initrd_load() && kdev_same(ROOT_DEV, mk_kdev(RAMDISK_MAJOR, 0))) {
9+ if (initrd_load() && !kdev_same(ROOT_DEV, mk_kdev(RAMDISK_MAJOR, 0))) {
10 handle_initrd();
11 goto out;
12 }
This page took 0.395154 seconds and 4 git commands to generate.