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:
parent
56f4ffc582
commit
8b6e12e27f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28750
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user