> +#ifdef CONFIG_BLK_DEV_RAM
> + printk(KERN_NOTICE "(Warning, this kernel has no ramdisk support)\n");
> +#endif
This test looks backwards to me. Shouldn't it be:
#ifndef CONFIG_BLK_DEV_RAM
Or am I missing something?
Michael Chastain
mec@duracef.shout.net