Thanks, Andi. We are working on reducing this space to get rid of as many pages as possible. We'll also work on making some of the pages dyanamic.
-Amit On Sunday 02 Apr 2006 6:11 pm, Andi Kleen wrote: > > + /* 128 Meg of memory */ > > + DPRINTK(1, INFO, "ioremap from %lx a size of %lx\n", mem_base, > > + mem_len); > > + mem_ptr = ioremap(mem_base, NetXen_PCI_MAPSIZE_BYTES); > > Eating 128MB of ioremap space will make lots of 32bit systems unhappy. > If you care about 32bit I would recommend investigating mapping less > by default or mapping more dynamic. > > Didn't read the rest fully. > > -Andi - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html