Re: [RFC PATCH 1/8] powerpc/pseries: rename min_common_depth to primary_domain_index

2021-06-15 Thread Aneesh Kumar K.V
On 6/15/21 8:30 AM, David Gibson wrote: On Mon, Jun 14, 2021 at 10:09:56PM +0530, Aneesh Kumar K.V wrote: No functional change in this patch. I think this needs a rationale as to why 'primary_domain_index' is a better name than 'min_common_depth'. The meaning isn't obvious to me from either n

Re: [RFC PATCH 1/8] powerpc/pseries: rename min_common_depth to primary_domain_index

2021-06-14 Thread David Gibson
On Mon, Jun 14, 2021 at 10:09:56PM +0530, Aneesh Kumar K.V wrote: > No functional change in this patch. I think this needs a rationale as to why 'primary_domain_index' is a better name than 'min_common_depth'. The meaning isn't obvious to me from either name. > > Signed-off-by: Aneesh Kumar K.V

[RFC PATCH 1/8] powerpc/pseries: rename min_common_depth to primary_domain_index

2021-06-14 Thread Aneesh Kumar K.V
No functional change in this patch. Signed-off-by: Aneesh Kumar K.V --- arch/powerpc/mm/numa.c | 38 +++--- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index f2bf98bdcea2..8365b298ec48 100644 ---