Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

parisc: Prevent interrupts during reboot

Signed-off-by: Helge Deller <deller@gmx.de>

+3
+3
arch/parisc/kernel/process.c
··· 85 85 #endif 86 86 /* set up a new led state on systems shipped with a LED State panel */ 87 87 pdc_chassis_send_status(PDC_CHASSIS_DIRECT_SHUTDOWN); 88 + 89 + /* prevent interrupts during reboot */ 90 + set_eiem(0); 88 91 89 92 /* "Normal" system reset */ 90 93 pdc_do_reset();