Temporarily remove SCHED_CORE, it seems I have so many works can do now,

one example is POSIX priority mutex for libthr.
This commit is contained in:
David Xu 2006-07-05 02:32:55 +00:00
parent 8eca9455de
commit 20197a8c49
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=160103
2 changed files with 0 additions and 2 deletions

View file

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

View file

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