summaryrefslogtreecommitdiff
path: root/kern/thread.h
diff options
context:
space:
mode:
authorRichard Braun <rbraun@sceen.net>2012-12-28 19:42:09 +0100
committerRichard Braun <rbraun@sceen.net>2012-12-28 19:42:09 +0100
commit6ce63ffacd79c6f3bd5fb690be1168732920eb12 (patch)
tree4e01888a6b3cdde8928b1a2d4ef4a21834c56347 /kern/thread.h
parent5b28b3b344a672252492303e01ba8b67110e0abd (diff)
kern/thread: minor comment changes about migration
Diffstat (limited to 'kern/thread.h')
-rw-r--r--kern/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/thread.h b/kern/thread.h
index c0aa90e8..c5f2d07d 100644
--- a/kern/thread.h
+++ b/kern/thread.h
@@ -71,8 +71,8 @@ extern struct thread_runq thread_runqs[MAX_CPUS];
/*
* Early initialization of the thread module.
*
- * This function makes it possible to use preemption control operations while
- * the system is initializing itself.
+ * This function makes it possible to use migration and preemption control
+ * operations while the system is initializing itself.
*/
void thread_bootstrap(void);