Remove an unused malloc(9) type.

MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2018-12-11 02:16:27 +00:00
parent e7d46a1d71
commit a64886cef3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=341808

View File

@ -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) */