示例#1
0
文件: setup.c 项目: ANFS/ANFS-kernel
void machine_power_off(void)
{
	if (!in_interrupt() || oops_in_progress)
		/*
		 * Only unblank the console if we are called in enabled
		 * context or a bust_spinlocks cleared the way for us.
		 */
		console_unblank();
	_machine_power_off();
}
示例#2
0
void machine_power_off(void)
{
	_machine_power_off();
}