summaryrefslogtreecommitdiff
path: root/i386/i386/mp_desc.c
diff options
context:
space:
mode:
Diffstat (limited to 'i386/i386/mp_desc.c')
-rw-r--r--i386/i386/mp_desc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/i386/i386/mp_desc.c b/i386/i386/mp_desc.c
index b815e8c5..155365da 100644
--- a/i386/i386/mp_desc.c
+++ b/i386/i386/mp_desc.c
@@ -241,7 +241,7 @@ kern_return_t intel_startCPU(int slot_num)
halt_cpu();
return KERN_SUCCESS;
} else {
- kprintf("Started cpu %d (lapic id %08x)\n", slot_num, lapic);
+ printf("Started cpu %d (lapic id %08x)\n", slot_num, lapic);
return KERN_SUCCESS;
}
}