]> git.proxmox.com Git - grub2.git/commit
* include/grub/misc.h (grub_reboot): Declare as noreturn.
authorColin Watson <cjwatson@ubuntu.com>
Fri, 2 Jul 2010 12:47:14 +0000 (13:47 +0100)
committerColin Watson <cjwatson@ubuntu.com>
Fri, 2 Jul 2010 12:47:14 +0000 (13:47 +0100)
commite03ed6c1eebe42172070944d4d611cf58626cdd1
treebc6ec997f1b214d64b3e12b259266e65c1384a34
parent47695765a475d114590f94fadcb8cc55acac3824
* 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.
ChangeLog
include/grub/misc.h
kern/efi/efi.c
kern/ieee1275/openfw.c