svn commit: r254084 - stable/8/sys/kern

Konstantin Belousov kib at FreeBSD.org
Thu Aug 8 05:41:56 UTC 2013


Author: kib
Date: Thu Aug  8 05:41:55 2013
New Revision: 254084
URL: http://svnweb.freebsd.org/changeset/base/254084

Log:
  MFC r253859:
  Remove unused malloc type.

Modified:
  stable/8/sys/kern/kern_malloc.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/kern/   (props changed)

Modified: stable/8/sys/kern/kern_malloc.c
==============================================================================
--- stable/8/sys/kern/kern_malloc.c	Thu Aug  8 05:35:58 2013	(r254083)
+++ stable/8/sys/kern/kern_malloc.c	Thu Aug  8 05:41:55 2013	(r254084)
@@ -116,8 +116,6 @@ MALLOC_DEFINE(M_IP6NDP, "ip6ndp", "IPv6 
 static void kmeminit(void *);
 SYSINIT(kmem, SI_SUB_KMEM, SI_ORDER_FIRST, kmeminit, NULL);
 
-static MALLOC_DEFINE(M_FREE, "free", "should be on free list");
-
 static struct malloc_type *kmemstatistics;
 static vm_offset_t kmembase;
 static vm_offset_t kmemlimit;


More information about the svn-src-all mailing list