From: Helge Deller Date: Tue, 27 Jan 2026 16:58:55 +0000 (+0100) Subject: parisc: Prevent interrupts during reboot X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35ac5a728c878594f2ea6c43b57652a16be3c968;p=thirdparty%2Fkernel%2Flinux.git parisc: Prevent interrupts during reboot Signed-off-by: Helge Deller --- diff --git a/arch/parisc/kernel/process.c b/arch/parisc/kernel/process.c index e64ab5d2a40d..703644e5bfc4 100644 --- a/arch/parisc/kernel/process.c +++ b/arch/parisc/kernel/process.c @@ -85,6 +85,9 @@ void machine_restart(char *cmd) #endif /* 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();