summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authorscottl <scottl@FreeBSD.org>2004-09-07 22:37:43 +0000
committerscottl <scottl@FreeBSD.org>2004-09-07 22:37:43 +0000
commit061851f77666a84ad54cc996513d8876fabc2fef (patch)
treef037a574bfc638ce4eb328d60839768e926b22e2 /sys/alpha
parent403eb08c16f61f52e1b23012d2511d23ef799d51 (diff)
downloadFreeBSD-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/alpha')
-rw-r--r--sys/alpha/conf/GENERIC4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/alpha/conf/GENERIC b/sys/alpha/conf/GENERIC
index 53b0e3a..0890753 100644
--- a/sys/alpha/conf/GENERIC
+++ b/sys/alpha/conf/GENERIC
@@ -46,7 +46,9 @@ options DEC_1000A # AlphaServer 1000, 1000A, 800
options DEC_KN300 # AlphaServer 4100 (Rawhide),
# AlphaServer 1200 (Tincup)
-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
OpenPOWER on IntegriCloud