diff options
Diffstat (limited to 'sys/i386/ibcs2')
-rw-r--r-- | sys/i386/ibcs2/ibcs2_util.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/i386/ibcs2/ibcs2_util.h b/sys/i386/ibcs2/ibcs2_util.h index 4382446..e335a7e 100644 --- a/sys/i386/ibcs2/ibcs2_util.h +++ b/sys/i386/ibcs2/ibcs2_util.h @@ -39,6 +39,10 @@ #ifndef _IBCS2_UTIL_H_ #define _IBCS2_UTIL_H_ +/* + * XXX the inlines have obnoxious prerequisites, only some of which are + * included here. + */ #include <vm/vm.h> #include <vm/pmap.h> #include <machine/vmparam.h> @@ -60,7 +64,6 @@ stackgap_init() return (caddr_t)(((caddr_t)PS_STRINGS) - szsigcode - SPARE_USRSPACE); } - static __inline void * stackgap_alloc(sgp, sz) caddr_t *sgp; |