summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/loader
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2011-10-25 19:45:12 +0000
committerjhb <jhb@FreeBSD.org>2011-10-25 19:45:12 +0000
commit465469fc74999a15659ae97644b7fcd86a664cd5 (patch)
tree9833dc925193f64e764ad4b4a8923355e787b17b /sys/boot/pc98/loader
parent332e83efa6d41a05f6d3c987ba946b36dce78ab0 (diff)
downloadFreeBSD-src-465469fc74999a15659ae97644b7fcd86a664cd5.zip
FreeBSD-src-465469fc74999a15659ae97644b7fcd86a664cd5.tar.gz
Consolidate duplicate definitions of V86_CY() and V86_ZR() which check for
the carry and zero flags being set, respectively, in <btxv86.h> and use them throughout the x86 boot code.
Diffstat (limited to 'sys/boot/pc98/loader')
-rw-r--r--sys/boot/pc98/loader/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/boot/pc98/loader/main.c b/sys/boot/pc98/loader/main.c
index 391c5e9..15b132f 100644
--- a/sys/boot/pc98/loader/main.c
+++ b/sys/boot/pc98/loader/main.c
@@ -35,7 +35,6 @@ __FBSDID("$FreeBSD$");
#include <stand.h>
#include <string.h>
#include <machine/bootinfo.h>
-#include <machine/psl.h>
#include <sys/param.h>
#include <sys/reboot.h>
OpenPOWER on IntegriCloud