summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2006-10-13 17:31:57 +0000
committerjhb <jhb@FreeBSD.org>2006-10-13 17:31:57 +0000
commit42c2806808b37f39e84a847d293cba20a791dfd6 (patch)
treeb3d285f0e61b8f535b7a63ef2b741cff325eb146 /sys/amd64
parentc8e1d7d89e3f153bb34e51638541e21f4cb462a8 (diff)
downloadFreeBSD-src-42c2806808b37f39e84a847d293cba20a791dfd6.zip
FreeBSD-src-42c2806808b37f39e84a847d293cba20a791dfd6.tar.gz
Move the 2 additional #includes down into the #ifndef DEV_ATPIC section.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/amd64/intr_machdep.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/amd64/intr_machdep.c b/sys/amd64/amd64/intr_machdep.c
index 6bc2f7d..dfa9cec 100644
--- a/sys/amd64/amd64/intr_machdep.c
+++ b/sys/amd64/amd64/intr_machdep.c
@@ -52,15 +52,15 @@
#include <sys/systm.h>
#include <machine/clock.h>
#include <machine/intr_machdep.h>
-#include <machine/segments.h>
-#include <amd64/isa/isa.h>
#ifdef DDB
#include <ddb/ddb.h>
#endif
#ifndef DEV_ATPIC
+#include <machine/segments.h>
#include <dev/ic/i8259.h>
#include <amd64/isa/icu.h>
+#include <amd64/isa/isa.h>
#endif
#define MAX_STRAY_LOG 5
OpenPOWER on IntegriCloud