mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-15 15:06:42 +00:00
Remove an unused malloc(9) type.
MFC after: 1 week Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
e7d46a1d71
commit
a64886cef3
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=341808
@ -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…
Reference in New Issue
Block a user