svn commit: r342201 - stable/12/sys/riscv/riscv

Mark Johnston markj at FreeBSD.org
Tue Dec 18 20:14:34 UTC 2018


Author: markj
Date: Tue Dec 18 20:14:33 2018
New Revision: 342201
URL: https://svnweb.freebsd.org/changeset/base/342201

Log:
  MFC r341808:
  Remove an unused malloc(9) type.

Modified:
  stable/12/sys/riscv/riscv/pmap.c
Directory Properties:
  stable/12/   (props changed)

Modified: stable/12/sys/riscv/riscv/pmap.c
==============================================================================
--- stable/12/sys/riscv/riscv/pmap.c	Tue Dec 18 20:13:45 2018	(r342200)
+++ stable/12/sys/riscv/riscv/pmap.c	Tue Dec 18 20:14:33 2018	(r342201)
@@ -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-all mailing list