From: Eric W. Biederman Date: Tue, 26 Jul 2005 17:47:32 +0000 (-0600) Subject: [PATCH] Use kernel_power_off in sysrq-o X-Git-Tag: v2.6.13-rc4~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff31977782a05504f2586ec9e3e5ab4b09a4c893;p=pandora-kernel.git [PATCH] Use kernel_power_off in sysrq-o We already do all of the gymnastics to run from process context to call the power off code so call into the power off code cleanly. This especially helps acpi as part of it's shutdown logic should run acpi_shutdown called from device_shutdown which was not being called from here. Signed-off-by: Eric W. Biederman Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed