Loading arch/parisc/kernel/process.c +5 −1 Original line number Diff line number Diff line Loading @@ -139,6 +139,10 @@ void machine_power_off(void) pdc_chassis_send_status(PDC_CHASSIS_DIRECT_SHUTDOWN); /* ipmi_poweroff may have been installed. */ if (pm_power_off) pm_power_off(); /* It seems we have no way to power the system off via * software. The user has to press the button himself. */ Loading @@ -151,7 +155,7 @@ void machine_power_off(void) for (;;); } void (*pm_power_off)(void) = machine_power_off; void (*pm_power_off)(void); EXPORT_SYMBOL(pm_power_off); void flush_thread(void) Loading Loading
arch/parisc/kernel/process.c +5 −1 Original line number Diff line number Diff line Loading @@ -139,6 +139,10 @@ void machine_power_off(void) pdc_chassis_send_status(PDC_CHASSIS_DIRECT_SHUTDOWN); /* ipmi_poweroff may have been installed. */ if (pm_power_off) pm_power_off(); /* It seems we have no way to power the system off via * software. The user has to press the button himself. */ Loading @@ -151,7 +155,7 @@ void machine_power_off(void) for (;;); } void (*pm_power_off)(void) = machine_power_off; void (*pm_power_off)(void); EXPORT_SYMBOL(pm_power_off); void flush_thread(void) Loading