MP_BOOTSTACK_SIZE
kmem_free(bootstacks[cpu], MP_BOOTSTACK_SIZE);
MP_BOOTSTACK_SIZE, M_WAITOK | M_ZERO);
bootstack = (char *)bootstacks[cpuid] + MP_BOOTSTACK_SIZE;
kmem_free(bootstacks[cpuid], MP_BOOTSTACK_SIZE);
kmem_free(bootstacks[cpu], MP_BOOTSTACK_SIZE);
bootstacks[cpuid] = kmem_malloc(MP_BOOTSTACK_SIZE, M_WAITOK | M_ZERO);
bootstack = (char *)bootstacks[cpuid] + MP_BOOTSTACK_SIZE;