summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index c2bebe0..cd7af28 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -111,6 +111,7 @@ __FBSDID("$FreeBSD$");
#include <machine/specialreg.h>
#include <machine/intr_machdep.h>
#include <machine/md_var.h>
+#include <machine/pc/bios.h>
#include <machine/metadata.h>
#include <machine/proc.h>
#ifdef PERFMON
@@ -798,12 +799,6 @@ isa_irq_pending(void)
#define PHYSMAP_SIZE (2 * 8)
-struct bios_smap {
- u_int64_t base;
- u_int64_t length;
- u_int32_t type;
-} __packed;
-
u_int basemem;
/*
OpenPOWER on IntegriCloud