Fill in the description fields for M_FICT_PAGES.

Reviewed by:	kib
MFC after:	3 days
This commit is contained in:
Mark Johnston 2013-08-07 00:20:30 +00:00
parent e01c6f329a
commit c0432fc38b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=254017

View File

@ -93,7 +93,7 @@ static struct vm_phys_fictitious_seg {
vm_page_t first_page;
} vm_phys_fictitious_segs[VM_PHYS_FICTITIOUS_NSEGS];
static struct mtx vm_phys_fictitious_reg_mtx;
MALLOC_DEFINE(M_FICT_PAGES, "", "");
MALLOC_DEFINE(M_FICT_PAGES, "vm_fictitious", "Fictitious VM pages");
static struct vm_freelist
vm_phys_free_queues[MAXMEMDOM][VM_NFREELIST][VM_NFREEPOOL][VM_NFREEORDER];