Re: [patch 4/4] Add common orderly_poweroff()

From: Len Brown
Date: Tue May 08 2007 - 17:48:22 EST


On Tuesday 08 May 2007 16:51, Jeremy Fitzhardinge wrote:
> Various pieces of code around the kernel want to be able to trigger an
> orderly poweroff. This pulls them together into a single
> implementation.
>
> By default the poweroff command is /sbin/poweroff, but it can be set
> via sysctl: kernel/poweroff_cmd. This is split at whitespace, so it
> can include command-line arguments.
>
> This patch replaces four other instances of invoking either "poweroff"
> or "shutdown -h now": one sparc64, two sbus drivers, and acpi thermal
> management.
>
> Signed-off-by: Jeremy Fitzhardinge <jeremy@xxxxxxxxxxxxx>
> Cc: Chris Wright <chrisw@xxxxxxxxxxxx>
> Cc: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
> Cc: Andi Kleen <ak@xxxxxxx>
> Cc: Len Brown <lenb@xxxxxxxxxx>

Re: the ACPI parts
Acked-by: Len Brown <len.brown@xxxxxxxxx>

thanks,
-Len

> Cc: Al Viro <viro@xxxxxxxxxxxxxxxxxx>
> Cc: Arnd Bergmann <arnd@xxxxxxxx>
> Cc: David S. Miller <davem@xxxxxxxxxxxxx>
>
> ---
> arch/sparc64/kernel/power.c | 40 +------------------------------
> drivers/acpi/thermal.c | 24 +-----------------
> drivers/sbus/char/bbc_envctrl.c | 5 +--
> drivers/sbus/char/envctrl.c | 7 +----
> include/linux/reboot.h | 5 +++
> include/linux/sysctl.h | 1
> kernel/sys.c | 50 +++++++++++++++++++++++++++++++++++++++
> kernel/sysctl.c | 10 +++++++
> 8 files changed, 74 insertions(+), 68 deletions(-)
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/