1EMERGENCY_RESTART(9) Driver Basics EMERGENCY_RESTART(9)
23
4
NAME
6emergency_restart - reboot the system
7
SYNOPSIS
9void emergency_restart(void);
10
ARGUMENTS
12void
13no arguments
14
DESCRIPTION
16Without shutting down any hardware or taking any locks reboot the
17system. This is called when we know we are in trouble so this is our
18best effort to reboot. This is safe to call in interrupt context.
19
COPYRIGHT
21Kernel Hackers Manual 2.6. June 2019 EMERGENCY_RESTART(9)