commit | 68acc05d0120e19c850e1f347ee96055f5aa032f | [log] [tgz] |
---|---|---|
author | Eric W. Biederman <ebiederm@xmission.com> | Tue Jul 26 12:03:08 2005 -0600 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Tue Jul 26 14:35:44 2005 -0700 |
tree | 2eca1b36a99212037d1aa6b33c4893a12a43cb28 | |
parent | fdde86ac50357b6a811e3574e47d189e81a21444 [diff] |
[PATCH] pcwd.c: Call kernel_power_off not machine_power_off The call appears to come from process context so kernel_power_off should be safe. And acpi_power_off won't necessarily work if you just call machine_power_off. Signed-off-by: Eric W. Biederman <ebiederm@xmission.com> Signed-off-by: Linus Torvalds <torvalds@osdl.org>