diff options
author | marcel <marcel@FreeBSD.org> | 2008-04-15 05:02:42 +0000 |
---|---|---|
committer | marcel <marcel@FreeBSD.org> | 2008-04-15 05:02:42 +0000 |
commit | da8b8894d683ec3f26ce38b603369f619be61bab (patch) | |
tree | 1bafe616b3bca7ae415958235e380da504e790ae /sys/ia64/conf/GENERIC | |
parent | f6323acd497cd1d4ce7101c195f5995cb83bc5b1 (diff) | |
download | FreeBSD-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/GENERIC | 2 |
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 |