summaryrefslogtreecommitdiff
path: root/kern/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'kern/thread.h')
-rw-r--r--kern/thread.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/kern/thread.h b/kern/thread.h
index 388b3ef5..f46ee526 100644
--- a/kern/thread.h
+++ b/kern/thread.h
@@ -167,14 +167,10 @@ struct thread_attr {
/*
* Early initialization of the thread module.
*
- * This function makes it possible to use migration and preemption control
- * operations while the system is initializing itself.
+ * These function make it possible to use migration and preemption control
+ * operations (and in turn, spin locks) during bootstrap.
*/
void thread_bootstrap(void);
-
-/*
- * Early initialization of the TCB on APs.
- */
void thread_ap_bootstrap(void);
/*