[Bug 205424] i386/boot: use macros from <machine/psl.h> to represent eflags's bits

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Dec 19 06:53:17 UTC 2015


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

            Bug ID: 205424
           Summary: i386/boot: use macros from <machine/psl.h> to
                    represent  eflags's bits
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs at FreeBSD.org
          Reporter: kuleshovmail at gmail.com
                CC: avg at FreeBSD.org, jhb at FreeBSD.org

Created attachment 164376
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=164376&action=edit
i386/boot: use macros from <machine/psl.h> to represent  eflags's bits

Hello,

Some i386/boot's source code contains some checks of the EFLAGS's bits. In
the same time the <machine/psl.h> header file provides macros which
represents these bits. Let's use human readable names instead of
numbers.

Additionally indentation fixed and empty lines removed.

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


More information about the freebsd-bugs mailing list