aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc
diff options
context:
space:
mode:
authorSimon L. B. Nielsen <simon@FreeBSD.org>2006-10-05 20:31:58 +0000
committerSimon L. B. Nielsen <simon@FreeBSD.org>2006-10-05 20:31:58 +0000
commit4517aab29328004d373ecd8983e46ff747d784ea (patch)
tree001a39e3f15142670d0c4135dc6afa587434e4f0 /sys/powerpc
parent3f5ad47d6a14ea6fd17d6549ee4f0dc5fa8fcbd5 (diff)
downloadsrc-4517aab29328004d373ecd8983e46ff747d784ea.tar.gz
src-4517aab29328004d373ecd8983e46ff747d784ea.zip
- 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. Suggested and reviewed by: dougb Discussed on: developers MFC after: 3 days
Notes
Notes: svn path=/head/; revision=163041
Diffstat (limited to 'sys/powerpc')
-rw-r--r--sys/powerpc/conf/GENERIC1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/powerpc/conf/GENERIC b/sys/powerpc/conf/GENERIC
index aefcc81f58a8..716e173ff680 100644
--- a/sys/powerpc/conf/GENERIC
+++ b/sys/powerpc/conf/GENERIC
@@ -30,7 +30,6 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
options POWERMAC #NewWorld Apple PowerMacs
options PSIM #GDB PSIM ppc simulator
-#options SCHED_ULE #ULE scheduler
options SCHED_4BSD #4BSD scheduler
options INET #InterNETworking
options INET6 #IPv6 communications protocols