Re: [RFC PATCH v3 3/3] powerpc: some changes in numa_setup_cpu()

2014-09-03 Thread Nishanth Aravamudan
On 27.08.2014 [17:34:01 +0800], Li Zhong wrote: > this patches changes some error handling logics in numa_setup_cpu(), > when cpu node is not found, so: > > if the cpu is possible, but not present, -1 is kept in numa_cpu_lookup_table, > so later, if the cpu is added, we could set correct numa info

[RFC PATCH v3 3/3] powerpc: some changes in numa_setup_cpu()

2014-08-27 Thread Li Zhong
this patches changes some error handling logics in numa_setup_cpu(), when cpu node is not found, so: if the cpu is possible, but not present, -1 is kept in numa_cpu_lookup_table, so later, if the cpu is added, we could set correct numa information for it. if the cpu is present, then we set the fi