diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2005-02-14 10:33:15 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-02-14 10:33:15 +0000 |
| commit | d8416df7ce1311ccdf253be9899ade6207a660f3 (patch) | |
| tree | 8790b0ada148575da9c8cf3383f375bfab5e1694 /sys/amd64 | |
| parent | 28a101d514b528649575a57b97c9dcf4c027e2bd (diff) | |
Notes
Diffstat (limited to 'sys/amd64')
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index c54548de4a5f..16157c107311 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -112,6 +112,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; /* |
