* kern/efi/init.c (grub_efi_init): Disable watchdog.
Tested by: Seth Goldberg.
This commit is contained in:
parent
48f27e87fc
commit
d9a0c9413e
2 changed files with 8 additions and 0 deletions
|
@ -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>
|
2010-07-02 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* loader/multiboot.c (grub_multiboot_boot) [GRUB_USE_MULTIBOOT2]:
|
* loader/multiboot.c (grub_multiboot_boot) [GRUB_USE_MULTIBOOT2]:
|
||||||
|
|
|
@ -36,6 +36,9 @@ grub_efi_init (void)
|
||||||
/* Initialize the memory management system. */
|
/* Initialize the memory management system. */
|
||||||
grub_efi_mm_init ();
|
grub_efi_mm_init ();
|
||||||
|
|
||||||
|
efi_call_3 (grub_efi_system_table->boot_services->set_watchdog_timer,
|
||||||
|
0, 0, 0);
|
||||||
|
|
||||||
grub_efidisk_init ();
|
grub_efidisk_init ();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue