[PATCH] powerpc/numa: Handle unitialized timer reset

2018-06-18 Thread Michael Bringmann
Some of the code in 'numa.c' may be reused when updating kernel state after an LPAR migration event. One such common function is 'reset_topology_timer' which was being invoked by the '.notifier_call' function within the NUMA module by 'of_property_notify'. If this occurs after a previous call to

[PATCH] powerpc/numa: Handle unitialized timer reset

2018-04-24 Thread Michael Bringmann
Some of the code in 'numa.c' may be reused when updating kernel state after an LPAR migration event. One such common function is 'reset_topology_timer' which was being invoked by the '.notifier_call' function within the NUMA module by 'of_property_notify'. If this occurs after a previous call to