summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorsimon <simon@FreeBSD.org>2006-10-09 18:41:37 +0000
committersimon <simon@FreeBSD.org>2006-10-09 18:41:37 +0000
commit12d501e415e6fd4cbd759ba30cf2d364665f5275 (patch)
tree6564a8d7d3a31cd4e3eb57aad931d6c671f7cad4 /sys/amd64/conf
parentabd0e142505bf721460fbefa94c6a3ca398d4b65 (diff)
downloadFreeBSD-src-12d501e415e6fd4cbd759ba30cf2d364665f5275.zip
FreeBSD-src-12d501e415e6fd4cbd759ba30cf2d364665f5275.tar.gz
MFC:
- Remove SCHED_ULE from GENERIC to better avoid foot-shooting by unsuspecting users. - Add a comment in NOTES about experimental status of SCHED_ULE. - Make warning about experimental status in sched_ule(4) a bit stronger. This is not an exact MFC since we don't have alpha in -CURRENT. Approved by: re (kensmith)
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 6cbe783..29e50b6 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -27,7 +27,6 @@ ident GENERIC
makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
-#options SCHED_ULE # ULE scheduler
options SCHED_4BSD # 4BSD scheduler
options PREEMPTION # Enable kernel thread preemption
options INET # InterNETworking
OpenPOWER on IntegriCloud