diff options
author | jeff <jeff@FreeBSD.org> | 2003-01-26 05:29:12 +0000 |
---|---|---|
committer | jeff <jeff@FreeBSD.org> | 2003-01-26 05:29:12 +0000 |
commit | 8d3838b5355aaa4d48d872d9368ff5ff43f7d11b (patch) | |
tree | 6c23bf0f3ba347040c3d4eb39d47d6de65de12a4 /sys/ia64 | |
parent | f8d3c4423d7ccb0249dd2736308afa6430e9cb5d (diff) | |
download | FreeBSD-src-8d3838b5355aaa4d48d872d9368ff5ff43f7d11b.zip FreeBSD-src-8d3838b5355aaa4d48d872d9368ff5ff43f7d11b.tar.gz |
- Introduce the SCHED_ULE and SCHED_4BSD options for compile time selection
of the scheduler.
- Add SCHED_4BSD as the scheduler for all kernel config files in cvs.
Diffstat (limited to 'sys/ia64')
-rw-r--r-- | sys/ia64/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/ia64/conf/SKI | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC index 9d124db..dc96c10 100644 --- a/sys/ia64/conf/GENERIC +++ b/sys/ia64/conf/GENERIC @@ -30,6 +30,7 @@ maxusers 0 makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols +options SCHED_4BSD #4BSD scheduler options INET #InterNETworking options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem diff --git a/sys/ia64/conf/SKI b/sys/ia64/conf/SKI index 5421438..1b8f179 100644 --- a/sys/ia64/conf/SKI +++ b/sys/ia64/conf/SKI @@ -34,6 +34,7 @@ makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols makeoptions NO_CPU_COPTFLAGS=true #Ignore any x86 CPUTYPE options SKI #Support for HP simulator +options SCHED_4BSD #4BSD scheduler options INET #InterNETworking #options INET6 #IPv6 communications protocols options FFS #Berkeley Fast Filesystem |