aboutsummaryrefslogtreecommitdiff
path: root/include/arch
diff options
context:
space:
mode:
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 */