Re: [PATCH v4 2/7] powerpc/pseries: rename distance_ref_points_depth to max_associativity_domain_index

2021-06-23 Thread David Gibson
On Thu, Jun 17, 2021 at 10:21:00PM +0530, Aneesh Kumar K.V wrote: > No functional change in this patch I've been convinced of your other rename, but I'm not yet convinced this one actually clarifies anything. > > Signed-off-by: Aneesh Kumar K.V > --- > arch/powerpc/mm/numa.c | 20

[PATCH v4 2/7] powerpc/pseries: rename distance_ref_points_depth to max_associativity_domain_index

2021-06-17 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..132813dd1a6c 100644 ---