Trying to link in arch/mips/ramdisk/ramdisk.o whenever CONFIG_BLK_DEV_INITRD is defined is a bad idea, since there are other ways to use a ramdisk (bootloader, addinitrd). I suggest to use CONFIG_EMBEDDED_RAMDISK instead , since it's already used by sibyte/swarm. -- Guido
--- arch/mips/Makefile.orig Fri Nov 23 13:43:52 2001 +++ arch/mips/Makefile Fri Nov 23 13:46:37 2001 @@ -111,7 +111,7 @@ # You need a compressed ramdisk image, named ramdisk.gz in # arch/mips/ramdisk # -ifdef CONFIG_BLK_DEV_INITRD +ifdef CONFIG_EMBEDDED_RAMDISK CORE_FILES += arch/mips/ramdisk/ramdisk.o SUBDIRS += arch/mips/ramdisk endif