On Sat, Apr 10, 2010 at 08:03:05AM +0100, Russell King - ARM Linux wrote: > On Sat, Apr 10, 2010 at 09:12:24AM +0530, Rabin Vincent wrote: > > On Fri, Apr 09, 2010 at 12:11:05PM +0100, Russell King - ARM Linux wrote: > > > Here's a revised version which should resolve the initrd problem. > > > > It does, after the missing call to lmb_init() is added. > > Which missing call? This one: diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c index bc341c4..f1e0f5d 100644 --- a/arch/arm/mm/init.c +++ b/arch/arm/mm/init.c @@ -279,6 +279,7 @@ void __init arm_lmb_init(struct meminfo *mi, struct machine_desc *mdesc) { int i; + lmb_init(); for (i = 0; i < mi->nr_banks; i++) lmb_add(mi->bank[i].start, mi->bank[i].size); -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html