svn commit: r254312 - stable/9/sys/vm

Mark Johnston markj at FreeBSD.org
Wed Aug 14 02:00:38 UTC 2013


Author: markj
Date: Wed Aug 14 02:00:37 2013
New Revision: 254312
URL: http://svnweb.freebsd.org/changeset/base/254312

Log:
  MFC r254017:
  Fill in the description fields for M_FICT_PAGES.

Modified:
  stable/9/sys/vm/vm_phys.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/vm/vm_phys.c
==============================================================================
--- stable/9/sys/vm/vm_phys.c	Wed Aug 14 01:55:44 2013	(r254311)
+++ stable/9/sys/vm/vm_phys.c	Wed Aug 14 02:00:37 2013	(r254312)
@@ -90,7 +90,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[VM_RAW_NFREELIST][VM_NFREEPOOL][VM_NFREEORDER];


More information about the svn-src-all mailing list