* include/grub/misc.h (grub_reboot): Declare as noreturn.
* kern/efi/efi.c (grub_reboot): Don't return, even if reset_system fails. (grub_halt): Likewise. * kern/ieee1275/openfw.c (grub_reboot): Don't return, even if reset-all fails. (grub_halt): Don't return, even if all of shut-down, power-off, and poweroff fail.
This commit is contained in:
parent
47695765a4
commit
e03ed6c1ee
4 changed files with 16 additions and 1 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
2010-07-02 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* include/grub/misc.h (grub_reboot): Declare as noreturn.
|
||||
* kern/efi/efi.c (grub_reboot): Don't return, even if reset_system
|
||||
fails.
|
||||
(grub_halt): Likewise.
|
||||
* kern/ieee1275/openfw.c (grub_reboot): Don't return, even if
|
||||
reset-all fails.
|
||||
(grub_halt): Don't return, even if all of shut-down, power-off, and
|
||||
poweroff fail.
|
||||
|
||||
2010-07-02 Colin Watson <cjwatson@ubuntu.com>
|
||||
|
||||
* kern/efi/init.c (grub_efi_init): set_watchdog_timer takes four
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue