2006/7/6, Atsushi Nemoto <anemo@xxxxxxxxxxxxx>:
On Thu, 6 Jul 2006 17:05:35 +0200, "Franck Bui-Huu" <vagabon.xyz@xxxxxxxxx> wrote: > > free_area_init_node(0, NODE_DATA(0), zones_size, 0, zholes_size); > > +#else > > + free_area_init_node(0, NODE_DATA(0), zones_size, ARCH_PFN_OFFSET, NULL); > > which is equivalent to: > > free_area_init(zones_size); Sure. Then this can be a final proposal?
Sorry for the late answer. Did you check that show_mem() still works ? I'm not sure about that point. Thanks -- Franck