We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12535a5 commit afa0bfeCopy full SHA for afa0bfe
arch/parisc/kernel/process.c
@@ -85,6 +85,9 @@ void machine_restart(char *cmd)
85
#endif
86
/* set up a new led state on systems shipped with a LED State panel */
87
pdc_chassis_send_status(PDC_CHASSIS_DIRECT_SHUTDOWN);
88
+
89
+ /* prevent interrupts during reboot */
90
+ set_eiem(0);
91
92
/* "Normal" system reset */
93
pdc_do_reset();
0 commit comments