On Tue, Jan 02, 2001 at 07:12:57PM +0100, Maciej W. Rozycki wrote: > > --- /nfs/cvs/linux-2.3/linux/arch/mips/arc/memory.c Mon Dec 11 18:07:34 2000 > > +++ linux/arch/mips/arc/memory.c Sat Dec 30 21:49:32 2000 > > @@ -124,7 +124,7 @@ > > size = p->pages << PAGE_SHIFT; > > type = prom_memtype_classify(p->type); > > > > - add_memory_region(base, pages, type); > > + add_memory_region(base, size, type); > > } > > } > > > > That is fine. I actually included the fix in my set of memory map > patches (patch-mips-2.4.0-test11-20001212-mem_map-37) I sent Ralf a few > days ago. They still appear to wait to be applied. I suspect your patch got lost from cvs in the recent disk crash. I reapplied it now. Ralf