diff options
author | imp <imp@FreeBSD.org> | 2001-06-29 18:13:30 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-06-29 18:13:30 +0000 |
commit | 7714b537e13be99571b9181b365912b7ac6a6947 (patch) | |
tree | 274ab05bc86fe7df22a4cd4969fd4cb7b8cf6902 /sys | |
parent | c2d4833dd43f5ff3cee283c4889d8bf8c9536cc7 (diff) | |
download | FreeBSD-src-7714b537e13be99571b9181b365912b7ac6a6947.zip FreeBSD-src-7714b537e13be99571b9181b365912b7ac6a6947.tar.gz |
Remove cruft from old bus.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/amd64/amd64/machdep.c | 3 | ||||
-rw-r--r-- | sys/i386/i386/machdep.c | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c index ed4ebb5..e5eb21e 100644 --- a/sys/amd64/amd64/machdep.c +++ b/sys/amd64/amd64/machdep.c @@ -107,9 +107,6 @@ #include <machine/perfmon.h> #endif -#ifdef OLD_BUS_ARCH -#include <i386/isa/isa_device.h> -#endif #include <i386/isa/icu.h> #include <i386/isa/intr_machdep.h> #include <isa/rtc.h> diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c index ed4ebb5..e5eb21e 100644 --- a/sys/i386/i386/machdep.c +++ b/sys/i386/i386/machdep.c @@ -107,9 +107,6 @@ #include <machine/perfmon.h> #endif -#ifdef OLD_BUS_ARCH -#include <i386/isa/isa_device.h> -#endif #include <i386/isa/icu.h> #include <i386/isa/intr_machdep.h> #include <isa/rtc.h> |