]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] Use kernel_power_off in sysrq-o
authorEric W. Biederman <ebiederm@xmission.com>
Tue, 26 Jul 2005 17:47:32 +0000 (11:47 -0600)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 26 Jul 2005 21:35:43 +0000 (14:35 -0700)
commit1d5cb44ed7d976500ab872773a781c71c1f89c8a
tree3cf1d3ab1be8688a4de9bca44d8dac276f6038e2
parent60abe1913acd13073db1c722e9561daaa1262623
[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 <ebiederm@xmission.com>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/power/poweroff.c