X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=blobdiff_plain;f=src%2Fthreads%2Fthread.h;h=0039560018ddc942fb2f10002ddd4d94e3045b8c;hp=b45bdb8616f02b66c72a3c455215233de1b4f761;hb=53a7f5d0952a4595f252247f5ee3d017468eb57e;hpb=e5439c03526c8e2881b0430ddbfe02812bee2e68 diff --git a/src/threads/thread.h b/src/threads/thread.h index b45bdb8..0039560 100644 --- a/src/threads/thread.h +++ b/src/threads/thread.h @@ -103,9 +103,7 @@ struct thread /* If false (default), use round-robin scheduler. If true, use multi-level feedback queue scheduler. - Controlled by kernel command-line options "-o mlfqs". - Note that the command line is not parsed until well after - thread_init() is called. */ + Controlled by kernel command-line option "-o mlfqs". */ extern bool thread_mlfqs; void thread_init (void);