Adjust comment. This stack is only used for booting now and not as an

idle stack.
This commit is contained in:
John Baldwin 2008-08-01 20:10:47 +00:00
parent 879afbd55a
commit d428508ca6

View File

@ -754,7 +754,7 @@ start_all_aps(void)
for (cpu = 1; cpu < mp_ncpus; cpu++) {
apic_id = cpu_apic_ids[cpu];
/* allocate and set up an idle stack data page */
/* allocate and set up a boot stack data page */
bootstacks[cpu] = (char *)kmem_alloc(kernel_map, KSTACK_PAGES * PAGE_SIZE);
/* setup a vector to our boot code */