commit | 368a6ba5d188552aea2a668301a259164c9f355e | [log] [tgz] |
---|---|---|
author | Dave C Boutcher <boutcher@cs.umn.edu> | Mon Jun 12 19:49:20 2006 -0500 |
committer | Paul Mackerras <paulus@samba.org> | Thu Jun 15 19:31:27 2006 +1000 |
tree | d22916e2870618b2b4ff26588df8f66a5928ac64 | |
parent | 0e4aa9c2009187fff1c999fe0aaa134c1a84f48a [diff] |
[POWERPC] check firmware state before suspending Currently the kernel blindly halts all the processors and calls the ibm,suspend-me rtas call. If the firmware is not in the correct state, we then re-start all the processors and return. It is much smarter to first check the firmware state, and only if it is waiting, call the ibm,suspend-me call. Signed-off-by: Paul Mackerras <paulus@samba.org>