1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-06 13:09:50 +00:00

Added an XXX comment.

This commit is contained in:
Bruce Evans 1997-08-25 22:02:22 +00:00
parent 56f4ffc582
commit 8b6e12e27f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28750

View File

@ -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;