https://github.com/torvalds/linux
Revision 8dbddf17824861f2298de093549e6493d9844835 authored by Eric W. Biederman on 27 August 2005, 06:56:18 UTC, committed by Linus Torvalds on 27 August 2005, 17:11:40 UTC
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>
1 parent 6a029a9
History
Tip revision: 8dbddf17824861f2298de093549e6493d9844835 authored by Eric W. Biederman on 27 August 2005, 06:56:18 UTC
[PATCH] acpi_shutdown: Only prepare for power off on power_off
Tip revision: 8dbddf1

README

back to top