Page MenuHomeFreeBSD

D10562.diff
No OneTemporary

D10562.diff

Index: head/sys/boot/efi/loader/main.c
===================================================================
--- head/sys/boot/efi/loader/main.c
+++ head/sys/boot/efi/loader/main.c
@@ -507,8 +507,7 @@
if (devsw[i]->dv_cleanup != NULL)
(devsw[i]->dv_cleanup)();
- RS->ResetSystem(EfiResetCold, EFI_SUCCESS, 23,
- (CHAR16 *)"Reboot from the loader");
+ RS->ResetSystem(EfiResetCold, EFI_SUCCESS, 0, NULL);
/* NOTREACHED */
return (CMD_ERROR);

File Metadata

Mime Type
text/plain
Expires
Mon, Apr 6, 8:32 PM (8 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30998089
Default Alt Text
D10562.diff (458 B)

Event Timeline