Re: [RFC PATCH 2/8] powerpc/pseries: rename distance_ref_points_depth to max_domain_index

2021-06-15 Thread Aneesh Kumar K.V
On 6/15/21 8:31 AM, David Gibson wrote: On Mon, Jun 14, 2021 at 10:09:57PM +0530, Aneesh Kumar K.V wrote: No functional change in this patch As with 1/8 an explanation of what this actually means and therefore why this is a better name would be very helpful. how about

Re: [RFC PATCH 2/8] powerpc/pseries: rename distance_ref_points_depth to max_domain_index

2021-06-14 Thread David Gibson
On Mon, Jun 14, 2021 at 10:09:57PM +0530, Aneesh Kumar K.V wrote: > No functional change in this patch As with 1/8 an explanation of what this actually means and therefore why this is a better name would be very helpful. > > Signed-off-by: Aneesh Kumar K.V > --- > arch/powerpc/mm/numa.c | 20

[RFC PATCH 2/8] powerpc/pseries: rename distance_ref_points_depth to max_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 | 20 ++-- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index 8365b298ec48..5941da201fa3 100644 ---