diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2014-01-23 20:10:22 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2014-01-23 20:10:22 +0000 |
| commit | e07ef9b0f694be97ceb6194c174712be0edd82ed (patch) | |
| tree | a496b26960de68ad269ee441914749e2fee5357d /sys/pc98 | |
| parent | 7f0e13dfe095ba96e9108104b219e5139bf8718d (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/include/apicvar.h | 6 | ||||
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 2 |
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 |
