[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTimiKA91OEMyt-KM5q5V5s6-xS_76Ji-Y8M_k4Bt@mail.gmail.com>
Date: Sat, 12 Feb 2011 18:56:52 +0100
From: Tejun Heo <tj@...nel.org>
To: Yinghai Lu <yinghai@...nel.org>
Cc: linux-kernel@...r.kernel.org, x86@...nel.org, brgerst@...il.com,
gorcunov@...il.com, shaohui.zheng@...el.com, rientjes@...gle.com,
mingo@...e.hu, hpa@...ux.intel.com
Subject: Re: [PATCH 02/26] x86-64, NUMA: Simplify hotplug node handling in acpi_numa_memory_affinity_init()
On Sat, Feb 12, 2011 at 6:47 PM, Yinghai Lu <yinghai@...nel.org> wrote:
>> - if ((nd->start | nd->end) == 0)
>> - node_clear(node, nodes_parsed);
>
> after change
> looks like nodes_parsed is not set anymore for node that only have hotplug memory.
Yeap, which matches the above node_clear(). If the node was already
occupied, the bit would already be set. If not, the above
node_clear() would clear it, so the same result. The code was quite
convoluted.
Thanks.
--
tejun
--
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