mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Update a comment to reflect reality.
MFC after: 1 week
This commit is contained in:
parent
9fc47d244c
commit
e20ff1a4d4
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315209
@ -242,7 +242,7 @@ uma_zone_t uma_zcache_create(char *name, int size, uma_ctor ctor, uma_dtor dtor,
|
||||
* Definitions for uma_zcreate flags
|
||||
*
|
||||
* These flags share space with UMA_ZFLAGs in uma_int.h. Be careful not to
|
||||
* overlap when adding new features. 0xf0000000 is in use by uma_int.h.
|
||||
* overlap when adding new features. 0xff000000 is in use by uma_int.h.
|
||||
*/
|
||||
#define UMA_ZONE_PAGEABLE 0x0001 /* Return items not fully backed by
|
||||
physical memory XXX Not yet */
|
||||
|
Loading…
Reference in New Issue
Block a user