From 22eeabc6c63e220d628417ea525c8838f3fae913 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sat, 22 Oct 2022 14:38:52 +0300 Subject: initial high level fork imp --- include/arch/cpu.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/arch/cpu.h') 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 */ -- cgit v1.3