summaryrefslogtreecommitdiff
path: root/sys/arch/i386/include
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-24 23:52:00 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-24 23:52:00 +0000
commit0fed21e1e3863944ca07c6d32cd8a6f07ee15be2 (patch)
tree26bdc60327768875f8019da54a0eec7c840cf9c0 /sys/arch/i386/include
parent3fe2f0183ca7081c263069f7fd38663b8f39d2fc (diff)
struct intrhand protected by _KERNEL; some user-mode assembly code
can't deal with the file without this
Diffstat (limited to 'sys/arch/i386/include')
-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_ */