diff options
author | jhb <jhb@FreeBSD.org> | 2014-01-23 20:10:22 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2014-01-23 20:10:22 +0000 |
commit | b2533ec5073db1bf731c372f39cffb1e93e12456 (patch) | |
tree | a496b26960de68ad269ee441914749e2fee5357d /sys/pc98 | |
parent | f9c14b9c5ec2465285d7914ef5deb38b88a11cdf (diff) | |
download | FreeBSD-src-b2533ec5073db1bf731c372f39cffb1e93e12456.zip FreeBSD-src-b2533ec5073db1bf731c372f39cffb1e93e12456.tar.gz |
Move <machine/apicvar.h> to <x86/apicvar.h>.
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 4f52d82..0000000 --- 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 0146cf3..730b0eb 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 |