Re: [RESEND] x86: numa: setup_node_data(): drop dead code and rename function

2014-09-15 Thread Ingo Molnar
* Luiz Capitulino wrote: > The setup_node_data() function allocates a pg_data_t object, inserts it > into the node_data[] array and initializes the following fields: node_id, > node_start_pfn and node_spanned_pages. Applied to the tip:x86/mm tree for v3.18 integration. Thanks, Ingo --

Re: [RESEND] x86: numa: setup_node_data(): drop dead code and rename function

2014-09-15 Thread Luiz Capitulino
On Mon, 15 Sep 2014 17:13:39 -0700 (PDT) David Rientjes wrote: > On Mon, 15 Sep 2014, Luiz Capitulino wrote: > > > The setup_node_data() function allocates a pg_data_t object, inserts it > > into the node_data[] array and initializes the following fields: node_id, > > node_start_pfn and node_spa

Re: [RESEND] x86: numa: setup_node_data(): drop dead code and rename function

2014-09-15 Thread David Rientjes
On Mon, 15 Sep 2014, Luiz Capitulino wrote: > The setup_node_data() function allocates a pg_data_t object, inserts it > into the node_data[] array and initializes the following fields: node_id, > node_start_pfn and node_spanned_pages. > > However, a few function calls later during the kernel boot

[RESEND] x86: numa: setup_node_data(): drop dead code and rename function

2014-09-15 Thread Luiz Capitulino
The setup_node_data() function allocates a pg_data_t object, inserts it into the node_data[] array and initializes the following fields: node_id, node_start_pfn and node_spanned_pages. However, a few function calls later during the kernel boot, free_area_init_node() re-initializes those fields, po