Skip to content

Commit 35ac5a7

Browse files
committed
parisc: Prevent interrupts during reboot
Signed-off-by: Helge Deller <deller@gmx.de>
1 parent ba74652 commit 35ac5a7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

arch/parisc/kernel/process.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ void machine_restart(char *cmd)
8585
#endif
8686
/* set up a new led state on systems shipped with a LED State panel */
8787
pdc_chassis_send_status(PDC_CHASSIS_DIRECT_SHUTDOWN);
88+
89+
/* prevent interrupts during reboot */
90+
set_eiem(0);
8891

8992
/* "Normal" system reset */
9093
pdc_do_reset();

0 commit comments

Comments
 (0)