svn commit: r254017 - head/sys/vm
Mark Johnston
markj at FreeBSD.org
Wed Aug 7 00:20:30 UTC 2013
Author: markj
Date: Wed Aug 7 00:20:30 2013
New Revision: 254017
URL: http://svnweb.freebsd.org/changeset/base/254017
Log:
Fill in the description fields for M_FICT_PAGES.
Reviewed by: kib
MFC after: 3 days
Modified:
head/sys/vm/vm_phys.c
Modified: head/sys/vm/vm_phys.c
==============================================================================
--- head/sys/vm/vm_phys.c Wed Aug 7 00:09:49 2013 (r254016)
+++ head/sys/vm/vm_phys.c Wed Aug 7 00:20:30 2013 (r254017)
@@ -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];
More information about the svn-src-all
mailing list