--- zzzz-none-000/linux-2.6.19.2/arch/mips/kernel/setup.c 2007-01-10 19:10:37.000000000 +0000 +++ davinci-8020-5505/linux-2.6.19.2/arch/mips/kernel/setup.c 2007-05-08 12:32:35.000000000 +0000 @@ -223,11 +223,7 @@ #else /* !CONFIG_BLK_DEV_INITRD */ -static unsigned long __init init_initrd(void) -{ - return 0; -} - +#define init_initrd() 0 #define finalize_initrd() do {} while (0) #endif @@ -298,6 +294,7 @@ /* * Initialize the boot-time allocator with low memory only. */ + bootmap_size = init_bootmem(mapstart, highest); /*