Re: [PATCH] x86, numa: refactoring numa_register_memblks

From: Yinghai Lu
Date: Wed Feb 16 2011 - 17:55:16 EST


On 02/16/2011 02:43 PM, Tejun Heo wrote:
> Hello,
>
> On Wed, Feb 16, 2011 at 12:58:41PM -0800, Yinghai Lu wrote:
>>
>> Don't hide init_memory_mapping and setup_bootmem into that __register__ function
>>
>> those are really work.
>
> What does that mean? What isn't really work?

i mean: really initmem init work.

>
>> Also We don't need to scan two times for setup_node_bootmem() becase we
>> are using mapped memblock for node_data already.
>
> If this isn't necessary, please make this change in a separate patch.
> This involves behavior change.

ok.


>
>> @@ -968,6 +969,10 @@ void __init initmem_init(void)
>> if (numa_register_memblks(&numa_meminfo) < 0)
>> continue;
>>
>> + init_memory_mapping_high();
>> +
>> + setup_numa_bootmem(&numa_meminfo);
>> +
>
> Sorry, nack. This squarely falls in the realm of bikeshedding and I
> plan on collapsing init_memory_mapping_high() into the register
> function.

no. init_memory_mapping_high now it is with early_node_map[], aka it is e820 and srat table overlapping one.

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