git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a029a9
)
[PATCH] acpi_shutdown: Only prepare for power off on power_off
author
Eric W. Biederman
<ebiederm@xmission.com>
Sat, 27 Aug 2005 06:56:18 +0000
(
00:56
-0600)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Sat, 27 Aug 2005 17:11:40 +0000
(10:11 -0700)
When acpi_sleep_prepare was moved into a shutdown method we
started calling it for all shutdowns.
It appears this triggers some systems to power off on reboot.
Avoid this by only calling acpi_sleep_prepare if we are going to power
off the system.
Signed-off-by: Eric W. Biederman <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
No differences found