aboutsummaryrefslogtreecommitdiff
path: root/common/proc.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/proc.c')
-rw-r--r--common/proc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/proc.c b/common/proc.c
index 946078b..270ec0c 100644
--- a/common/proc.c
+++ b/common/proc.c
@@ -42,4 +42,6 @@ stat_t init_proc(void *fdt)
/* allocate stacks after ELF file to make sure nothing of importance
* clashes */
return prepare_proc(t, get_init_base(fdt), 0);
+ /** \todo start one thread per core, with special handling for init in
+ * that each thread starts at the entry point of init? */
}