Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Dec 2018 02:16:28 +0000 (UTC)
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r341808 - head/sys/riscv/riscv
Message-ID:  <201812110216.wBB2GSbD027258@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812110216.wBB2GSbD027258>