From 0fed21e1e3863944ca07c6d32cd8a6f07ee15be2 Mon Sep 17 00:00:00 2001 From: Thorsten Lockert Date: Mon, 24 Jun 1996 23:52:00 +0000 Subject: struct intrhand protected by _KERNEL; some user-mode assembly code can't deal with the file without this --- sys/arch/i386/include/psl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/arch') 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 -#endif #ifndef _LOCORE @@ -94,5 +93,6 @@ struct intrhand { }; #endif /* _LOCORE */ +#endif /* _KERNEL */ #endif /* !_I386_PSL_H_ */ -- cgit v1.2.3