diff options
author | bde <bde@FreeBSD.org> | 1997-08-25 22:02:22 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-08-25 22:02:22 +0000 |
commit | df4046c530c54c154e7ddba70448b8eb442789a7 (patch) | |
tree | 4f408b5dd5291e7564dfc162ab454c2fe06b6371 | |
parent | e2a5c6ab8a262af96d3ac66d26d9d406531567b8 (diff) | |
download | FreeBSD-src-df4046c530c54c154e7ddba70448b8eb442789a7.zip FreeBSD-src-df4046c530c54c154e7ddba70448b8eb442789a7.tar.gz |
Added an XXX comment.
-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; |