Remove an unused malloc(9) type.
MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
32498fda11
commit
2918dcca3c
@ -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) */
|
||||
|
Loading…
x
Reference in New Issue
Block a user