From: Eric W. Biederman Date: Tue, 26 Jul 2005 18:03:08 +0000 (-0600) Subject: [PATCH] pcwd.c: Call kernel_power_off not machine_power_off X-Git-Tag: v2.6.13-rc4~47 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68acc05d0120e19c850e1f347ee96055f5aa032f;p=pandora-kernel.git [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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed