summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2003-11-03 22:38:00 +0000
committerjhb <jhb@FreeBSD.org>2003-11-03 22:38:00 +0000
commit72b80b4f65a5b609c477673a564f13c9b3e93683 (patch)
tree33ac48c0fac054ecce130565d6a6e3f69ac269cf
parentc91a0dffdea6fdf2cefbb4f41407d9eaa722f374 (diff)
downloadFreeBSD-src-72b80b4f65a5b609c477673a564f13c9b3e93683.zip
FreeBSD-src-72b80b4f65a5b609c477673a564f13c9b3e93683.tar.gz
Update includes for new interrupt code.
-rw-r--r--sys/i386/i386/identcpu.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/i386/i386/identcpu.c b/sys/i386/i386/identcpu.c
index 52df3de..3dab43d 100644
--- a/sys/i386/i386/identcpu.c
+++ b/sys/i386/i386/identcpu.c
@@ -55,12 +55,10 @@ __FBSDID("$FreeBSD$");
#include <machine/asmacros.h>
#include <machine/clock.h>
#include <machine/cputypes.h>
+#include <machine/intr_machdep.h>
+#include <machine/md_var.h>
#include <machine/segments.h>
#include <machine/specialreg.h>
-#include <machine/md_var.h>
-
-#include <i386/isa/icu.h>
-#include <i386/isa/intr_machdep.h>
#define IDENTBLUE_CYRIX486 0
#define IDENTBLUE_IBMCPU 1
OpenPOWER on IntegriCloud