Clarify when enable_mlfqs gets set.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Jan 2006 21:54:44 +0000 (21:54 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 29 Jan 2006 21:54:44 +0000 (21:54 +0000)
Thanks to "Yi Lang Mok" <yilangmok@stanford.edu> and others for
pointing this out.

doc/threads.texi

index 8f07bb792ff461e512c770818efc7bfb11550a17..ced5ae87aa5ff3e64c4b281851df71920ad6ecbd 100644 (file)
@@ -511,7 +511,8 @@ must be active, but we must be able to choose the 4.4@acronym{BSD}
 scheduler
 with the @option{-mlfqs} kernel option.  Passing this
 option sets @code{enable_mlfqs}, declared in @file{threads/init.h}, to
-true.
+true, when the options are parsed by @func{parse_options}, which happens
+through midway through @func{main}.
 
 When the 4.4@acronym{BSD} scheduler is enabled, threads no longer
 directly control their own priorities.  The @var{priority} argument to