Fix a cut-n-paste glitch with SCHED_4BSD.

This commit is contained in:
Scott Long 2004-09-07 22:44:55 +00:00
parent 444ba94513
commit 4ef90982ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=134918

View File

@ -30,7 +30,7 @@ ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
#options SCHED_ULE # ULE scheduler
#options SCHED_4BSD # 4BSD scheduler
options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
options INET6 # IPv6 communications protocols