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@FreeBSD.org Reporter: kuleshovm...@gmail.com CC: a...@freebsd.org, j...@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. _______________________________________________ freebsd-bugs@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"