Re: [PATCH 10/18] powerpc/numa: remove timed_topology_update()

2020-06-23 Thread Srikar Dronamraju
* Nathan Lynch [2020-06-12 00:12:30]: > timed_topology_update is a no-op now, so remove it and all call sites. > > Signed-off-by: Nathan Lynch > --- > arch/powerpc/include/asm/topology.h | 5 - > arch/powerpc/mm/numa.c | 9 - > arch/powerpc/platforms/

[PATCH 10/18] powerpc/numa: remove timed_topology_update()

2020-06-11 Thread Nathan Lynch
timed_topology_update is a no-op now, so remove it and all call sites. Signed-off-by: Nathan Lynch --- arch/powerpc/include/asm/topology.h | 5 - arch/powerpc/mm/numa.c | 9 - arch/powerpc/platforms/pseries/hotplug-cpu.c | 2 -- 3 files changed, 16 dele