Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2016 01:12:52 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 210242] [PATCH] Simplify libefi delay() implementation
Message-ID:  <bug-210242-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210242

            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@FreeBSD.org
          Reporter: bruce.cran@gmail.com
          Keywords: patch

Created attachment 171361
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D171361&action=
=3Dedit
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 tabl=
e.=20

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210242-8>