mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-28 09:05:51 +00:00
* kern/efi/init.c (grub_efi_init): Disable watchdog.
Tested by: Seth Goldberg.
This commit is contained in:
parent
48f27e87fc
commit
d9a0c9413e
@ -1,3 +1,8 @@
|
||||
2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* kern/efi/init.c (grub_efi_init): Disable watchdog.
|
||||
Tested by: Seth Goldberg.
|
||||
|
||||
2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* loader/multiboot.c (grub_multiboot_boot) [GRUB_USE_MULTIBOOT2]:
|
||||
|
@ -36,6 +36,9 @@ grub_efi_init (void)
|
||||
/* Initialize the memory management system. */
|
||||
grub_efi_mm_init ();
|
||||
|
||||
efi_call_3 (grub_efi_system_table->boot_services->set_watchdog_timer,
|
||||
0, 0, 0);
|
||||
|
||||
grub_efidisk_init ();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user