commit | 8b94c1ed4d8232a452aa9db0f5ac9141d942590f | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Fri Nov 13 15:43:53 2009 +0100 |
committer | Martin Schwidefsky <sky@mschwide.boeblingen.de.ibm.com> | Fri Nov 13 15:45:03 2009 +0100 |
tree | 5ac9cc4d51464dba34d885152b52dcfb4a3f4550 | |
parent | b89031e087a47819be48028e62cebade5f9fb75b [diff] |
[S390] sclp: undo quiesce handler override on resume In a system where the ctrl-alt-del init action initiated by signal quiesce suspends the machine the quiesce handler override for _machine_restart, _machine_halt and _machine_power_off needs to be undone, otherwise the override is still present in the resumed system. The next shutdown would then load the quiesce state psw instead of performing the correct shutdown action. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>