summaryrefslogtreecommitdiffstats
path: root/sys/pc98/i386
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1997-02-10 11:53:20 +0000
committerkato <kato@FreeBSD.org>1997-02-10 11:53:20 +0000
commit5ff820571af991b8db96e43d267363e758b3d3a0 (patch)
treeea1dcbcb5c837dc51355a66e3f4d4383f9bd1118 /sys/pc98/i386
parente59cd03f84b02c4cd6a8bd3d9aa1ee5b1aaa5ae2 (diff)
downloadFreeBSD-src-5ff820571af991b8db96e43d267363e758b3d3a0.zip
FreeBSD-src-5ff820571af991b8db96e43d267363e758b3d3a0.tar.gz
Synchronize with Lite/2 commit: i386/i386/machdep.c, i386/i386/trap.c,
i386/isa/fd.c and i386/isa/wd.c revisions 1.227, 1.87, 1.96 and 1.123, respectively.
Diffstat (limited to 'sys/pc98/i386')
-rw-r--r--sys/pc98/i386/machdep.c2
-rw-r--r--sys/pc98/i386/trap.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index da365dd..2f620b0 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -82,7 +82,7 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/vm_prot.h>
-#include <vm/lock.h>
+#include <sys/lock.h>
#include <vm/vm_kern.h>
#include <vm/vm_object.h>
#include <vm/vm_page.h>
diff --git a/sys/pc98/i386/trap.c b/sys/pc98/i386/trap.c
index 349f404..2f46cc0 100644
--- a/sys/pc98/i386/trap.c
+++ b/sys/pc98/i386/trap.c
@@ -61,7 +61,7 @@
#include <vm/vm.h>
#include <vm/vm_param.h>
#include <vm/vm_prot.h>
-#include <vm/lock.h>
+#include <sys/lock.h>
#include <vm/pmap.h>
#include <vm/vm_kern.h>
#include <vm/vm_map.h>
OpenPOWER on IntegriCloud