summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf/GENERIC
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2008-04-15 05:02:42 +0000
committermarcel <marcel@FreeBSD.org>2008-04-15 05:02:42 +0000
commitda8b8894d683ec3f26ce38b603369f619be61bab (patch)
tree1bafe616b3bca7ae415958235e380da504e790ae /sys/ia64/conf/GENERIC
parentf6323acd497cd1d4ce7101c195f5995cb83bc5b1 (diff)
downloadFreeBSD-src-da8b8894d683ec3f26ce38b603369f619be61bab.zip
FreeBSD-src-da8b8894d683ec3f26ce38b603369f619be61bab.tar.gz
Support and switch to the ULE scheduler:
o Implement IPI_PREEMPT, o Set td_lock for the thread being switched out, o For ULE & SMP, loop while td_lock points to blocked_lock for the thread being switched in, o Enable ULE by default in GENERIC and SKI,
Diffstat (limited to 'sys/ia64/conf/GENERIC')
-rw-r--r--sys/ia64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 8c4a0af..6a4baee 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -48,7 +48,7 @@ options NFSLOCKD # Network Lock Manager
options NFS_ROOT # NFS usable as root device
options PROCFS # Process filesystem (/proc)
options PSEUDOFS # Pseudo-filesystem framework
-options SCHED_4BSD # 4BSD scheduler
+options SCHED_ULE # ULE scheduler
options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
options SCTP # Stream Control Transmission Protocol
options SMP # Symmetric Multi-Processor support
OpenPOWER on IntegriCloud