aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amd64/amd64/cpu_mp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/arch/amd64/amd64/cpu_mp.c b/sys/arch/amd64/amd64/cpu_mp.c
index 36b09bf..7b95196 100644
--- a/sys/arch/amd64/amd64/cpu_mp.c
+++ b/sys/arch/amd64/amd64/cpu_mp.c
@@ -111,5 +111,4 @@ ap_bootstrap(struct cpu_info *ci)
cpus[i]->extra_argument = (uintptr_t)dynalloc(sizeof(struct cpu_info));
cpus[i]->goto_address = ap_trampoline;
}
- KINFO("AP bootstrap done for all cores\n");
}