Remove the old SCHED_4BSD system scheduler in favor of SCHED_ULE.

Approved by:    jkois (mentor)
This commit is contained in:
Benedict Reuschling 2009-09-25 14:20:40 +00:00
parent e164385633
commit 2cf902adb0
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34731

View file

@ -612,10 +612,9 @@ cpu I686_CPU</programlisting>
the <option>-g</option> option, which enables debugging
information when passed to &man.gcc.1;.</para>
<programlisting>options SCHED_4BSD # 4BSD scheduler</programlisting>
<programlisting>options SCHED_ULE # ULE scheduler</programlisting>
<para>The traditional and default system scheduler for &os;.
Keep this.</para>
<para>The default system scheduler for &os;. Keep this.</para>
<programlisting>options PREEMPTION # Enable kernel thread preemption</programlisting>