summaryrefslogtreecommitdiffstats
path: root/sys/i386/bios/mca_machdep.c
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2004-06-10 20:31:00 +0000
committerjhb <jhb@FreeBSD.org>2004-06-10 20:31:00 +0000
commitf7c8770debc1cb4e4c0aa95cd3a49dbf7072d704 (patch)
tree64c289342d49b723657e06e2e9f7474c95c59775 /sys/i386/bios/mca_machdep.c
parent30a30620eea7f0af192d7e3c5dbf11e77ae4a6cc (diff)
downloadFreeBSD-src-f7c8770debc1cb4e4c0aa95cd3a49dbf7072d704.zip
FreeBSD-src-f7c8770debc1cb4e4c0aa95cd3a49dbf7072d704.tar.gz
Remove atdevbase and replace it's remaining uses with direct references to
KERNBASE instead.
Diffstat (limited to 'sys/i386/bios/mca_machdep.c')
-rw-r--r--sys/i386/bios/mca_machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/bios/mca_machdep.c b/sys/i386/bios/mca_machdep.c
index e9bc7e0..0938d11 100644
--- a/sys/i386/bios/mca_machdep.c
+++ b/sys/i386/bios/mca_machdep.c
@@ -31,6 +31,7 @@ __FBSDID("$FreeBSD$");
#include <sys/systm.h>
#include <sys/kernel.h>
#include <vm/vm.h>
+#include <vm/vm_param.h>
#include <vm/pmap.h>
#include <machine/pmap.h>
#include <machine/md_var.h>
OpenPOWER on IntegriCloud