Searched hist:e834df6cfc71d8e5ce2c27a0184145ea125c3f0f (Results 1 – 1 of 1) sorted by relevance
/linux/arch/powerpc/platforms/pseries/ |
H A D | mobility.c | diff e834df6cfc71d8e5ce2c27a0184145ea125c3f0f Mon Mar 15 09:00:44 CET 2021 Nathan Lynch <nathanl@linux.ibm.com> powerpc/pseries/mobility: use struct for shared state
The atomic_t counter is the only shared state for the join/suspend sequence so far, but that will change. Contain it in a struct (pseries_suspend_info), and document its intended use. No functional change.
Signed-off-by: Nathan Lynch <nathanl@linux.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20210315080045.460331-2-nathanl@linux.ibm.com
|