Re: [PATCH v4 1/7] powerpc/pseries: rename min_common_depth to primary_domain_index

2021-06-23 Thread David Gibson
On Thu, Jun 17, 2021 at 10:20:59PM +0530, Aneesh Kumar K.V wrote: > No functional change in this patch. > > Signed-off-by: Aneesh Kumar K.V Reviewed-by: David Gibson > --- > arch/powerpc/mm/numa.c | 38 +++--- > 1 file changed, 19 insertions(+), 19 deletions(-)

[PATCH v4 1/7] powerpc/pseries: rename min_common_depth to primary_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 | 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 ---