Eliminate an unused malloc type.

This commit is contained in:
Alan Cox 2012-09-15 17:32:19 +00:00
parent d2e1803774
commit 1913678b8d

View File

@ -537,8 +537,6 @@ extern uma_zone_t l2zone;
struct mtx smallalloc_mtx;
static MALLOC_DEFINE(M_VMSMALLALLOC, "vm_small_alloc", "VM Small alloc data");
vm_offset_t alloc_firstaddr;
#ifdef ARM_HAVE_SUPERSECTIONS