Re: [PATCH 07/18] powerpc/numa: remove unreachable topology workqueue code

2020-06-23 Thread Srikar Dronamraju
* Nathan Lynch [2020-06-12 00:12:27]: > Since vphn_enabled is always 0, we can remove the call to > topology_schedule_update() and remove the code which becomes > unreachable as a result. > > Signed-off-by: Nathan Lynch > --- > arch/powerpc/mm/numa.c | 14 -- > 1 file changed, 14

[PATCH 07/18] powerpc/numa: remove unreachable topology workqueue code

2020-06-11 Thread Nathan Lynch
Since vphn_enabled is always 0, we can remove the call to topology_schedule_update() and remove the code which becomes unreachable as a result. Signed-off-by: Nathan Lynch --- arch/powerpc/mm/numa.c | 14 -- 1 file changed, 14 deletions(-) diff --git a/arch/powerpc/mm/numa.c