summaryrefslogtreecommitdiffstats
path: root/sys/amd64/amd64/vm_machdep.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2014-03-19 21:03:04 +0000
committerimp <imp@FreeBSD.org>2014-03-19 21:03:04 +0000
commit9f008568e715443fd56809667a31f0c18a277647 (patch)
tree0b9cc94195d12f52ddbb00486c7474aeb9bc5c58 /sys/amd64/amd64/vm_machdep.c
parent46282cbf0bf2ddf2c87a9988739d44d707ceab14 (diff)
downloadFreeBSD-src-9f008568e715443fd56809667a31f0c18a277647.zip
FreeBSD-src-9f008568e715443fd56809667a31f0c18a277647.tar.gz
Remove vestiges of knowing the ISA bus, which we gave up on around 20
years ago. Remove redunant copy of isaregs.h.
Diffstat (limited to 'sys/amd64/amd64/vm_machdep.c')
-rw-r--r--sys/amd64/amd64/vm_machdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/amd64/vm_machdep.c b/sys/amd64/amd64/vm_machdep.c
index 1e3d8f5..335a9c9 100644
--- a/sys/amd64/amd64/vm_machdep.c
+++ b/sys/amd64/amd64/vm_machdep.c
@@ -80,7 +80,7 @@ __FBSDID("$FreeBSD$");
#include <vm/vm_map.h>
#include <vm/vm_param.h>
-#include <x86/isa/isa.h>
+#include <isa/isareg.h>
static void cpu_reset_real(void);
#ifdef SMP
OpenPOWER on IntegriCloud