summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2001-01-19 09:07:16 +0000
committerpeter <peter@FreeBSD.org>2001-01-19 09:07:16 +0000
commita7a178dcaced1e59e0db90e3ee37346f09507809 (patch)
tree47abfb4187ad953cd48f03db5dfa519ff755da5f /sys/i386
parent04ce24224947a7e839923764c348f2c50438d61d (diff)
downloadFreeBSD-src-a7a178dcaced1e59e0db90e3ee37346f09507809.zip
FreeBSD-src-a7a178dcaced1e59e0db90e3ee37346f09507809.tar.gz
Fix a warning (the prototypes probably shouldn't be so over-zealously
#ifdef'ed though)
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/isa/intr_machdep.c2
-rw-r--r--sys/i386/isa/nmi.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/isa/intr_machdep.c b/sys/i386/isa/intr_machdep.c
index b251b85..5a669d2 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 b251b85..5a669d2 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
OpenPOWER on IntegriCloud