aboutsummaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2022-10-22 14:38:52 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2022-10-22 14:38:52 +0300
commit22eeabc6c63e220d628417ea525c8838f3fae913 (patch)
tree6dde5f5bf5e671c11ed64cbcacf9245bfe900d2f /include/arch
parentdd7c04a39bd88da8e381bb88078c41b049a6665c (diff)
downloadkmi-22eeabc6c63e220d628417ea525c8838f3fae913.tar.gz
kmi-22eeabc6c63e220d628417ea525c8838f3fae913.zip
initial high level fork imp
Diffstat (limited to 'include/arch')
-rw-r--r--include/arch/cpu.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/arch/cpu.h b/include/arch/cpu.h
index ddea2ac..66d5d45 100644
--- a/include/arch/cpu.h
+++ b/include/arch/cpu.h
@@ -36,7 +36,4 @@ id_t cpu_id();
*/
void cpu_assign(struct tcb *t);
-/** \todo Should init be assigned one thread per core, or how should I handle
- * giving out CPU IDs? */
-
#endif /* APOS_CPU_H */