diff options
author | imp <imp@FreeBSD.org> | 2014-03-19 21:03:04 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2014-03-19 21:03:04 +0000 |
commit | 9f008568e715443fd56809667a31f0c18a277647 (patch) | |
tree | 0b9cc94195d12f52ddbb00486c7474aeb9bc5c58 /sys/i386 | |
parent | 46282cbf0bf2ddf2c87a9988739d44d707ceab14 (diff) | |
download | FreeBSD-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/i386')
-rw-r--r-- | sys/i386/i386/vm_machdep.c | 2 | ||||
-rw-r--r-- | sys/i386/xen/clock.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/i386/vm_machdep.c b/sys/i386/i386/vm_machdep.c index a82f3f1..ba61bdf 100644 --- a/sys/i386/i386/vm_machdep.c +++ b/sys/i386/i386/vm_machdep.c @@ -95,7 +95,7 @@ __FBSDID("$FreeBSD$"); #ifdef PC98 #include <pc98/cbus/cbus.h> #else -#include <x86/isa/isa.h> +#include <isa/isareg.h> #endif #ifdef XBOX diff --git a/sys/i386/xen/clock.c b/sys/i386/xen/clock.c index 5d03d26..0f5b0e5 100644 --- a/sys/i386/xen/clock.c +++ b/sys/i386/xen/clock.c @@ -76,7 +76,7 @@ __FBSDID("$FreeBSD$"); #include <machine/timerreg.h> #include <x86/isa/icu.h> -#include <x86/isa/isa.h> +#include <isa/isareg.h> #include <isa/rtc.h> #include <vm/vm.h> |