summaryrefslogtreecommitdiff
path: root/sys/arch/zaurus/include/intr.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/zaurus/include/intr.h')
-rw-r--r--sys/arch/zaurus/include/intr.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/zaurus/include/intr.h b/sys/arch/zaurus/include/intr.h
index 67c1f10f752..94a354132c5 100644
--- a/sys/arch/zaurus/include/intr.h
+++ b/sys/arch/zaurus/include/intr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: intr.h,v 1.3 2005/04/19 15:29:48 mickey Exp $ */
+/* $OpenBSD: intr.h,v 1.4 2005/12/27 20:05:34 drahn Exp $ */
/* $NetBSD: intr.h,v 1.12 2003/06/16 20:00:59 thorpej Exp $ */
/*
@@ -121,8 +121,6 @@ void _setsoftintr(int);
* }
*/
-/* XXX */
-#include <arm/xscale/pxa2x0_intr.h>
#endif /* _LKM */
@@ -150,6 +148,8 @@ void _setsoftintr(int);
#endif /* ! _LOCORE */
+#include <arm/xscale/pxa2x0_intr.h>
+
#define splassert(wantipl) do { /* nada */ } while (0)
#endif /* _KERNEL */