提交 fa417806 编写于 作者: Y Yoichi Yuasa 提交者: Ralf Baechle

[MIPS] VR41xx: replace infinite loop with hibernate

Signed-off-by: NYoichi Yuasa <yoichi_yuasa@tripeaks.co.jp>
Signed-off-by: NRalf Baechle <ralf@linux-mips.org>
上级 2f2a2d99
......@@ -91,14 +91,7 @@ static void vr41xx_halt(void)
{
local_irq_disable();
printk(KERN_NOTICE "\nYou can turn off the power supply\n");
while (1) ;
}
static void vr41xx_power_off(void)
{
local_irq_disable();
printk(KERN_NOTICE "\nYou can turn off the power supply\n");
while (1) ;
__asm__("hibernate;\n");
}
static int __init vr41xx_pmu_init(void)
......@@ -134,7 +127,7 @@ static int __init vr41xx_pmu_init(void)
cpu_wait = vr41xx_cpu_wait;
_machine_restart = vr41xx_restart;
_machine_halt = vr41xx_halt;
pm_power_off = vr41xx_power_off;
pm_power_off = vr41xx_halt;
return 0;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册