Skip to content
/ linux Public

Commit afa0bfe

Browse files
hdellerSasha Levin
authored andcommitted
parisc: Prevent interrupts during reboot
[ Upstream commit 35ac5a7 ] Signed-off-by: Helge Deller <deller@gmx.de> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 12535a5 commit afa0bfe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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)