diff --git a/sys/vm/vm_phys.c b/sys/vm/vm_phys.c index 66f3b0c540c2..e55f84181e4f 100644 --- a/sys/vm/vm_phys.c +++ b/sys/vm/vm_phys.c @@ -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];