Re: [PATCH 06/18] powerpc/numa: remove unreachable topology timer code

2020-06-23 Thread Srikar Dronamraju
* Nathan Lynch [2020-06-12 00:12:26]: > Since vphn_enabled is always 0, we can stub out > timed_topology_update() and remove the code which becomes unreachable. > > Signed-off-by: Nathan Lynch > --- > arch/powerpc/mm/numa.c | 21 - > 1 file changed, 21 deletions(-) > Look

[PATCH 06/18] powerpc/numa: remove unreachable topology timer code

2020-06-11 Thread Nathan Lynch
Since vphn_enabled is always 0, we can stub out timed_topology_update() and remove the code which becomes unreachable. Signed-off-by: Nathan Lynch --- arch/powerpc/mm/numa.c | 21 - 1 file changed, 21 deletions(-) diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c