diff options
Diffstat (limited to 'kern/thread.h')
-rw-r--r-- | kern/thread.h | 4 |
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); |