diff options
| author | Peter Wemm <peter@FreeBSD.org> | 2001-01-19 09:07:16 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 2001-01-19 09:07:16 +0000 |
| commit | dfb1071f3ca50e8d439a64a8dd263d8184ed89c6 (patch) | |
| tree | 5c8da851592f12075d4cc6c28d4eeb8e2a5b0481 | |
| parent | 1d33852a1827972e8c9f861037d10ae3efa6269d (diff) | |
Notes
| -rw-r--r-- | sys/amd64/isa/intr_machdep.c | 2 | ||||
| -rw-r--r-- | sys/amd64/isa/nmi.c | 2 | ||||
| -rw-r--r-- | sys/i386/isa/intr_machdep.c | 2 | ||||
| -rw-r--r-- | sys/i386/isa/nmi.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/sys/amd64/isa/intr_machdep.c b/sys/amd64/isa/intr_machdep.c index b251b85ec5a0..5a669d237caa 100644 --- a/sys/amd64/isa/intr_machdep.c +++ b/sys/amd64/isa/intr_machdep.c @@ -63,8 +63,8 @@ #include <sys/bus.h> #if defined(APIC_IO) -#include <machine/smp.h> #include <machine/smptests.h> /** FAST_HI */ +#include <machine/smp.h> #include <machine/resource.h> #endif /* APIC_IO */ #ifdef PC98 diff --git a/sys/amd64/isa/nmi.c b/sys/amd64/isa/nmi.c index b251b85ec5a0..5a669d237caa 100644 --- a/sys/amd64/isa/nmi.c +++ b/sys/amd64/isa/nmi.c @@ -63,8 +63,8 @@ #include <sys/bus.h> #if defined(APIC_IO) -#include <machine/smp.h> #include <machine/smptests.h> /** FAST_HI */ +#include <machine/smp.h> #include <machine/resource.h> #endif /* APIC_IO */ #ifdef PC98 diff --git a/sys/i386/isa/intr_machdep.c b/sys/i386/isa/intr_machdep.c index b251b85ec5a0..5a669d237caa 100644 --- a/sys/i386/isa/intr_machdep.c +++ b/sys/i386/isa/intr_machdep.c @@ -63,8 +63,8 @@ #include <sys/bus.h> #if defined(APIC_IO) -#include <machine/smp.h> #include <machine/smptests.h> /** FAST_HI */ +#include <machine/smp.h> #include <machine/resource.h> #endif /* APIC_IO */ #ifdef PC98 diff --git a/sys/i386/isa/nmi.c b/sys/i386/isa/nmi.c index b251b85ec5a0..5a669d237caa 100644 --- a/sys/i386/isa/nmi.c +++ b/sys/i386/isa/nmi.c @@ -63,8 +63,8 @@ #include <sys/bus.h> #if defined(APIC_IO) -#include <machine/smp.h> #include <machine/smptests.h> /** FAST_HI */ +#include <machine/smp.h> #include <machine/resource.h> #endif /* APIC_IO */ #ifdef PC98 |
