Fix grub_machine_fini bitrot.
Reported by: Glenn Washburn.
This commit is contained in:
parent
c61471fc8b
commit
33690255c5
8 changed files with 16 additions and 7 deletions
|
@ -57,10 +57,13 @@ grub_machine_init (void)
|
|||
}
|
||||
|
||||
void
|
||||
grub_machine_fini (void)
|
||||
grub_machine_fini (int flags)
|
||||
{
|
||||
grub_efi_boot_services_t *b;
|
||||
|
||||
if (!(flags & GRUB_LOADER_FLAG_NORETURN))
|
||||
return;
|
||||
|
||||
b = grub_efi_system_table->boot_services;
|
||||
|
||||
efi_call_3 (b->set_timer, tmr_evt, GRUB_EFI_TIMER_PERIODIC, 0);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue