diff options
author | simon <simon@FreeBSD.org> | 2006-10-05 20:31:58 +0000 |
---|---|---|
committer | simon <simon@FreeBSD.org> | 2006-10-05 20:31:58 +0000 |
commit | 440a3866d6b1df29e4f1f681ca12c0ef59d75f26 (patch) | |
tree | 001a39e3f15142670d0c4135dc6afa587434e4f0 /sys/pc98 | |
parent | 72b881cbaf8ea0c5ccdd6624f46506784a67e6b7 (diff) | |
download | FreeBSD-src-440a3866d6b1df29e4f1f681ca12c0ef59d75f26.zip FreeBSD-src-440a3866d6b1df29e4f1f681ca12c0ef59d75f26.tar.gz |
- 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
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/conf/GENERIC | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index 9263803..233a1af 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -28,7 +28,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 |