diff options
author | scottl <scottl@FreeBSD.org> | 2004-09-07 22:37:43 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2004-09-07 22:37:43 +0000 |
commit | 061851f77666a84ad54cc996513d8876fabc2fef (patch) | |
tree | f037a574bfc638ce4eb328d60839768e926b22e2 /sys/sparc64/conf/GENERIC | |
parent | 403eb08c16f61f52e1b23012d2511d23ef799d51 (diff) | |
download | FreeBSD-src-061851f77666a84ad54cc996513d8876fabc2fef.zip FreeBSD-src-061851f77666a84ad54cc996513d8876fabc2fef.tar.gz |
Switch the default scheduler to 4BSD to match what will go into RELENG_5 soon.
It can be switched back once 5.3 is tested and released. Also turn on
PREEMPTION as many of the stability problems with it have been fixed.
MT5: 3 days.
Diffstat (limited to 'sys/sparc64/conf/GENERIC')
-rw-r--r-- | sys/sparc64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/sparc64/conf/GENERIC b/sys/sparc64/conf/GENERIC index 51651c5..f2a3a46 100644 --- a/sys/sparc64/conf/GENERIC +++ b/sys/sparc64/conf/GENERIC @@ -32,7 +32,9 @@ makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols # Platforms supported # At this time all platforms are supported, as-is. -options SCHED_ULE # ULE scheduler +#options SCHED_ULE # ULE scheduler +options SCHED_4BSD # 4BSD scheduler +options PREEMPTION # Enable kernel thread preemption options INET # InterNETworking options INET6 # IPv6 communications protocols options FFS # Berkeley Fast Filesystem |