diff options
author | Robert Jennings <rcj@linux.vnet.ibm.com> | 2013-05-07 04:34:11 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-05-19 10:54:40 -0700 |
commit | 36d1c0c62aca74313a95f71c180c73a2eda80ea9 (patch) | |
tree | 1067d77b5445a4525dd8928bfa60df11bbae4a6a /arch/arm/plat-iop | |
parent | d556c9b5a98ceee8b1d1d74d7277141da437bc26 (diff) |
powerpc: Bring all threads online prior to migration/hibernation
commit 120496ac2d2d60aee68d3123a68169502a85f4b5 upstream.
This patch brings online all threads which are present but not online
prior to migration/hibernation. After migration/hibernation those
threads are taken back offline.
During migration/hibernation all online CPUs must call H_JOIN, this is
required by the hypervisor. Without this patch, threads that are offline
(H_CEDE'd) will not be woken to make the H_JOIN call and the OS will be
deadlocked (all threads either JOIN'd or CEDE'd).
Signed-off-by: Robert Jennings <rcj@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/arm/plat-iop')
0 files changed, 0 insertions, 0 deletions