boot/libi386: use macros from <machine/psl.h> to represent eflags's bits
authorAlexander Kuleshov <kuleshovmail@gmail.com>
Fri, 18 Dec 2015 18:01:13 +0000 (00:01 +0600)
committerSascha Wildner <saw@online.de>
Thu, 24 Dec 2015 17:14:00 +0000 (18:14 +0100)
commit4905c84722220a1092a8547e184e19664f6b8765
treeb8228fbe566486f1725dcdd2a7b1867723700f4a
parent9aa76eebe61097c5133fa3a1577c14fd824b7e23
boot/libi386: use macros from <machine/psl.h> to represent eflags's bits

The libi386'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.
sys/boot/pc32/libi386/biosdisk.c
sys/boot/pc32/libi386/biosmem.c
sys/boot/pc32/libi386/biospci.c
sys/boot/pc32/libi386/biossmap.c