Bug #9933
libefi: Simplify the EFI delay() function by calling BS->Stall()
Start date:
2018-10-28
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
This is quite simple one - replace all those lines with one simple line.
FreeBSD update: https://svnweb.freebsd.org/base?view=revision&revision=339796
Updated by Electric Monk over 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit 0c54f6ba1331ba286857bec48422da0a9893d269
commit 0c54f6ba1331ba286857bec48422da0a9893d269 Author: Toomas Soome <tsoome@me.com> Date: 2018-11-05T16:24:48.000Z 9933 libefi: Simplify the EFI delay() function by calling BS->Stall() Reviewed by: Andy Fiddaman <andy@omniosce.org> Approved by: Dan McDonald <danmcd@joyent.com>