Update a comment to reflect reality.

MFC after:	1 week
This commit is contained in:
Mark Johnston 2017-03-13 18:45:25 +00:00
parent 9fc47d244c
commit e20ff1a4d4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=315209

View File

@ -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 */