svn commit: r341808 - head/sys/riscv/riscv

Mark Johnston markj at FreeBSD.org
Tue Dec 11 02:16:28 UTC 2018


Author: markj
Date: Tue Dec 11 02:16:27 2018
New Revision: 341808
URL: https://svnweb.freebsd.org/changeset/base/341808

Log:
  Remove an unused malloc(9) type.
  
  MFC after:	1 week
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/riscv/riscv/pmap.c

Modified: head/sys/riscv/riscv/pmap.c
==============================================================================
--- head/sys/riscv/riscv/pmap.c	Tue Dec 11 02:15:56 2018	(r341807)
+++ head/sys/riscv/riscv/pmap.c	Tue Dec 11 02:16:27 2018	(r341808)
@@ -213,8 +213,6 @@ __FBSDID("$FreeBSD$");
 LIST_HEAD(pmaplist, pmap);
 static struct pmaplist allpmaps;
 
-static MALLOC_DEFINE(M_VMPMAP, "pmap", "PMAP L1");
-
 struct pmap kernel_pmap_store;
 
 vm_offset_t virtual_avail;	/* VA of first avail page (after kernel bss) */


More information about the svn-src-head mailing list