Re: [PATCH -mm] mm: Fix memory hotplug + sparsemem build.

From: Paul Mundt
Date: Tue Sep 11 2007 - 04:26:21 EST


Hi Goto-san,

On Tue, Sep 11, 2007 at 05:18:01PM +0900, Yasunori Goto wrote:
> > if (onlined_pages)
> > - node_set_state(zone->node, N_HIGH_MEMORY);
> > + node_set_state(zone_to_nid(zone), N_HIGH_MEMORY);
> >
> > setup_per_zone_pages_min();
>
> Thanks Paul-san.
>
> I also have another issue around here.
> (Kswapd doesn't run on memory less node now. It should run when
> the node has memory.)
>
> I would like to merge them like following if you don't mind.
>
Looks fine to me!
-
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/