Loading arch/parisc/kernel/process.c +3 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,9 @@ void machine_restart(char *cmd) /* set up a new led state on systems shipped with a LED State panel */ pdc_chassis_send_status(PDC_CHASSIS_DIRECT_SHUTDOWN); /* prevent interrupts during reboot */ set_eiem(0); /* "Normal" system reset */ pdc_do_reset(); Loading Loading
arch/parisc/kernel/process.c +3 −0 Original line number Diff line number Diff line Loading @@ -86,6 +86,9 @@ void machine_restart(char *cmd) /* set up a new led state on systems shipped with a LED State panel */ pdc_chassis_send_status(PDC_CHASSIS_DIRECT_SHUTDOWN); /* prevent interrupts during reboot */ set_eiem(0); /* "Normal" system reset */ pdc_do_reset(); Loading