[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070911082559.GA19732@linux-sh.org>
Date: Tue, 11 Sep 2007 17:25:59 +0900
From: Paul Mundt <lethal@...ux-sh.org>
To: Yasunori Goto <y-goto@...fujitsu.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
linux-kernel@...r.kernel.org, linux-mm@...ck.org
Subject: Re: [PATCH -mm] mm: Fix memory hotplug + sparsemem build.
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists