Switch over to ULE as the default scheduler for amd64 and i386

architectures.
This commit is contained in:
kensmith 2007-10-19 12:30:33 +00:00
parent c590272b42
commit 7e252facf4
2 changed files with 2 additions and 2 deletions

View File

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

View File

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