linux
linux copied to clipboard
reboot.c : changed reboot_default to bool
Made three changes:
- ARM64 now defaults to hard reboot on kernel panic.
-
reboot_default
flag is now a boolean for better clarity. - comment changed to skip DMI Checking, code bypasses DMI quirk lookup if reboot is used.