From: Dave C Boutcher Date: Tue, 13 Jun 2006 00:49:20 +0000 (-0500) Subject: [POWERPC] check firmware state before suspending X-Git-Tag: v2.6.18-rc1~1081^2~225^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=368a6ba5d188552aea2a668301a259164c9f355e;p=pandora-kernel.git [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 --- Reading git-diff-tree failed