Re: Fw: [Lhms-devel] Making hotremovable attribute with memorysection[0/4]

From: Dave Hansen
Date: Mon Aug 16 2004 - 18:39:57 EST


On Mon, 2004-08-16 at 15:56, Yasunori Goto wrote:
> I made new patches for Memory hotplug.
> Dave Hansen-san recommeded me I should forward these to LKML
> or linux-mm.
> So, I'll forword these.

I think I suggested that you forward _one_ ;)

In any case, the question of the day is, does anyone have any
suggestions on how to create 2 separate pools for pages: one
representing hot-removable pages, and the other pages that may not be
removed?

Yasunori's patch takes the approach of creating a new free_area struct
inside each zone. Another approach might be to actually create new
'struct zones' for the new areas. The new zones one seems cleaner to
me, but the implementation might end up rippling in to a lot of
different areas of code.

-- Dave

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/