]> git.proxmox.com Git - efi-boot-shim.git/commit
shim: fix a wrong-abi call to Stall() and ResetSystem()
authorPeter Jones <pjones@redhat.com>
Tue, 17 Nov 2015 16:39:54 +0000 (11:39 -0500)
committerPeter Jones <pjones@redhat.com>
Tue, 17 Nov 2015 16:39:54 +0000 (11:39 -0500)
commitb0d44f447dbdde7f9a93c2a3a6dab83fc0769dc0
treee2abca7d11cac439cd038c1d9a3c2837cd1b6f42
parent07d5f9700e6a1421774f84f529f146cbf39ce0e5
shim: fix a wrong-abi call to Stall() and ResetSystem()

Woops.  The net outcome of these is going to be a sleep of unknown
duration, followed by either a) ResetSystem() with some random selection
of warm/cold boot, or b) ResetSystem() returning an error and shim
returning error from efi_main().

Signed-off-by: Peter Jones <pjones@redhat.com>
shim.c