[Bug 210242] [PATCH] Simplify libefi delay() implementation

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jun 13 01:12:52 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=210242

            Bug ID: 210242
           Summary: [PATCH] Simplify libefi delay() implementation
           Product: Base System
           Version: 10.3-RELEASE
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: bruce.cran at gmail.com
          Keywords: patch

Created attachment 171361
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=171361&action=edit
Patch to simplify delay() implementation

The `delay` implementation currently uses timers to delay execution, while
there's a built-in `Stall` function available in the EFI_BOOT_SERVICES table. 

I'm not sure if `Stall` has problems on certain platforms that's being worked
around through the use of timers, but it appears as though we can simplify the
implementation.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list