lkml.org 
[lkml]   [2013]   [Jun]   [17]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [Part1 PATCH v5 14/22] x86, mm, numa: Set memblock nid later
On Thu, Jun 13, 2013 at 09:03:01PM +0800, Tang Chen wrote:
> From: Yinghai Lu <yinghai@kernel.org>
>
> In order to seperate parsing numa info procedure into two steps,

Short "why" would be nice.

> we need to set memblock nid later because it could change memblock
^
in where?

> array, and possible doube memblock.memory array which will allocate
^
possibly double

> buffer.

which is bad why?

> Only set memblock nid once for successful path.
>
> Also rename numa_register_memblks to numa_check_memblks() after
> moving out code of setting memblock nid.
> @@ -676,6 +669,11 @@ void __init x86_numa_init(void)
>
> early_x86_numa_init();
>
> + for (i = 0; i < mi->nr_blks; i++) {
> + struct numa_memblk *mb = &mi->blk[i];
> + memblock_set_node(mb->start, mb->end - mb->start, mb->nid);
> + }
> +

Can we please have some comments explaining the new ordering
requirements? When reading code, how is one supposed to know that the
ordering of operations is all deliberate and fragile?

Thanks.

--
tejun


\
 
 \ /
  Last update: 2013-06-18 04:21    [W:0.397 / U:1.516 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site