aboutsummaryrefslogtreecommitdiff
path: root/sys/pc98
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2014-01-23 20:10:22 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2014-01-23 20:10:22 +0000
commite07ef9b0f694be97ceb6194c174712be0edd82ed (patch)
treea496b26960de68ad269ee441914749e2fee5357d /sys/pc98
parent7f0e13dfe095ba96e9108104b219e5139bf8718d (diff)
Notes
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/include/apicvar.h6
-rw-r--r--sys/pc98/pc98/machdep.c2
2 files changed, 1 insertions, 7 deletions
diff --git a/sys/pc98/include/apicvar.h b/sys/pc98/include/apicvar.h
deleted file mode 100644
index 4f52d8200943..000000000000
--- a/sys/pc98/include/apicvar.h
+++ /dev/null
@@ -1,6 +0,0 @@
-/*-
- * This file is in the public domain.
- */
-/* $FreeBSD$ */
-
-#include <i386/apicvar.h>
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index 0146cf32c192..730b0eb7832e 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -137,7 +137,7 @@ __FBSDID("$FreeBSD$");
#endif
#ifdef DEV_APIC
-#include <machine/apicvar.h>
+#include <x86/apicvar.h>
#endif
#ifdef DEV_ISA