Re: [PATCH 13/18] powerpc/numa: remove prrn_is_enabled()

2020-06-23 Thread Srikar Dronamraju
* Nathan Lynch [2020-06-12 00:12:33]: > All users of this prrn_is_enabled() are gone; remove it. > > Signed-off-by: Nathan Lynch > --- > arch/powerpc/include/asm/topology.h | 5 - > arch/powerpc/mm/numa.c | 5 - > 2 files changed, 10 deletions(-) > Looks good to me.

[PATCH 13/18] powerpc/numa: remove prrn_is_enabled()

2020-06-11 Thread Nathan Lynch
All users of this prrn_is_enabled() are gone; remove it. Signed-off-by: Nathan Lynch --- arch/powerpc/include/asm/topology.h | 5 - arch/powerpc/mm/numa.c | 5 - 2 files changed, 10 deletions(-) diff --git a/arch/powerpc/include/asm/topology.h