[RFC PATCH 12/16] unicore32: support poweroff through poweroff handler call chain
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: linux-kernel@xxxxxxxxxxxxxxx
- Subject: [RFC PATCH 12/16] unicore32: support poweroff through poweroff handler call chain
- From: Guenter Roeck <linux@xxxxxxxxxxxx>
- Date: Tue, 30 Sep 2014 11:00:52 -0700
- Cc: linux-pm@xxxxxxxxxxxxxxx, linux-arm-kernel@xxxxxxxxxxxxxxxxxxx, linux-c6x-dev@xxxxxxxxxxxxx, linux-ia64@xxxxxxxxxxxxxxx, linux-metag@xxxxxxxxxxxxxxx, linux-mips@xxxxxxxxxxxxxx, linux-parisc@xxxxxxxxxxxxxxx, linux-sh@xxxxxxxxxxxxxxx, xen-devel@xxxxxxxxxxxxxxxxxxxx, Guenter Roeck <linux@xxxxxxxxxxxx>, Guan Xuetao <gxt@xxxxxxxxxxxxxxx>
- In-reply-to: <1412100056-15517-1-git-send-email-linux@roeck-us.net>
- List-id: <linux-ia64.vger.kernel.org>
- References: <1412100056-15517-1-git-send-email-linux@roeck-us.net>
The kernel core now supports a poweroff handler call chain
to remove power from the system. Call it if pm_power_off
is set to NULL.
Cc: Guan Xuetao <gxt@xxxxxxxxxxxxxxx>
Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
---
arch/unicore32/kernel/process.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/unicore32/kernel/process.c b/arch/unicore32/kernel/process.c
index b008e99..421fde6 100644
--- a/arch/unicore32/kernel/process.c
+++ b/arch/unicore32/kernel/process.c
@@ -66,6 +66,8 @@ void machine_power_off(void)
{
if (pm_power_off)
pm_power_off();
+ else
+ do_kernel_poweroff();
machine_halt();
}
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe linux-ia64" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
[Index of Archives]
[Linux Kernel]
[Sparc Linux]
[DCCP]
[Linux ARM]
[Yosemite News]
[Linux SCSI]
[Linux x86_64]
[Linux for Ham Radio]