summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-08-13 05:17:46 +0000
committerjhb <jhb@FreeBSD.org>2000-08-13 05:17:46 +0000
commit220e31f9aacbba98b61b4c18e2832c28760aec5c (patch)
treedaa1e597b1965f2a4fb59de83350684914638d92 /sys/amd64
parent100a11733cd237ac838ef096cde71c7a8b20be82 (diff)
downloadFreeBSD-src-220e31f9aacbba98b61b4c18e2832c28760aec5c.zip
FreeBSD-src-220e31f9aacbba98b61b4c18e2832c28760aec5c.tar.gz
Include machine/cputypes.h so we get the cpu_class variable. This is needed
if I386_CPU is defined in the kernel config file.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index 2c916ac..31c1ea1 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -91,6 +91,7 @@
#include <net/netisr.h>
#include <machine/cpu.h>
+#include <machine/cputypes.h>
#include <machine/reg.h>
#include <machine/clock.h>
#include <machine/specialreg.h>
OpenPOWER on IntegriCloud