Re: [RESEND PATCH] mm: clear N_HIGH_MEMORY map before se set itagain -v2

From: Christoph Lameter
Date: Thu Jun 04 2009 - 13:12:24 EST


On Thu, 4 Jun 2009, Yinghai Lu wrote:

> in case some system strange SRAT table. some kind of small range form some node
> or with mem= boot option etc. that node will not be onlined.
> In the early checking, the bit in node_states[N_HIGH_MEMORY] for the
> node is set even that node has less RAM like 1M.

Maybe we can replace that with:

SRAT tables may contains nodes of very small size. The arch code may
decide to not activate such a node. However, currently the early boot code
sets N_HIGH_MEMORY for such nodes. These nodes therefore seem to be active
although these nodes have no present pages.

--
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/