KSTACK_MAX_PAGES
vm_page_t ma[KSTACK_MAX_PAGES];
else if (pages > KSTACK_MAX_PAGES)
pages = KSTACK_MAX_PAGES;
#ifndef KSTACK_MAX_PAGES