Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\kernel\reboot.c Create Date:2022-07-28 08:18:28
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:Some machines don't handle the default ACPI reboot method and* require the EFI reboot method:

Proto:static int __init set_efi_reboot(const struct dmi_system_id *d)

Type:int

Parameter:

TypeParameterName
const struct dmi_system_id *d
90  If (reboot_type != BOOT_EFI && !efi_runtime_disabled()) Then
91  reboot_type = BOOT_EFI
92  pr_info("%s series board detected. Selecting EFI-method for reboot.\n", ident)
94  Return 0