From a64886cef3925a6399a2993389e574b962e1033e Mon Sep 17 00:00:00 2001 From: Mark Johnston Date: Tue, 11 Dec 2018 02:16:27 +0000 Subject: [PATCH] Remove an unused malloc(9) type. MFC after: 1 week Sponsored by: The FreeBSD Foundation --- sys/riscv/riscv/pmap.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/riscv/riscv/pmap.c b/sys/riscv/riscv/pmap.c index 29e31f9101c9..7d4b25148f54 100644 --- a/sys/riscv/riscv/pmap.c +++ b/sys/riscv/riscv/pmap.c @@ -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) */