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
|
@ -25,7 +25,7 @@
|
|||
void
|
||||
grub_reboot (void)
|
||||
{
|
||||
grub_machine_fini ();
|
||||
grub_machine_fini (GRUB_LOADER_FLAG_NORETURN);
|
||||
efi_call_4 (grub_efi_system_table->runtime_services->reset_system,
|
||||
GRUB_EFI_RESET_COLD, GRUB_EFI_SUCCESS, 0, NULL);
|
||||
for (;;) ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue