summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/include/psl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arch/i386/include/psl.h b/sys/arch/i386/include/psl.h
index e1dc71ec94f..ed357a93f13 100644
--- a/sys/arch/i386/include/psl.h
+++ b/sys/arch/i386/include/psl.h
@@ -74,7 +74,6 @@
#ifdef _KERNEL
#include <machine/intr.h>
-#endif
#ifndef _LOCORE
@@ -94,5 +93,6 @@ struct intrhand {
};
#endif /* _LOCORE */
+#endif /* _KERNEL */
#endif /* !_I386_PSL_H_ */