Re: [patch 1/2] x86: add numa=possible command line option

From: David Rientjes
Date: Sat Nov 27 2010 - 21:04:13 EST


On Mon, 22 Nov 2010, Shaohui Zheng wrote:

> It is the improved solution from thread http://lkml.org/lkml/2010/11/18/3,
> our draft patch set all the nodes as possbile node, it wastes a lot of memory,
> the command line numa=possible=<N> seems to be an acceptable, and it is a optimization
> for our patch.
>

node_possible_map is a generic nodemask used throughout the kernel, but
its handling is highly dependent on the arch. This patch enables the
support for x86, I'd encourage anyone else interested in other archs to
look into adding the support for it as well (perhaps you can do it for
powerpc?).

> I like your active work attitude for the patch reviewing, it is real helpful to
> improve the patch quality.
>

Thanks, I'm happy to be involved!
--
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/