cvs commit: src/sys/ia64/conf GENERIC SKI src/sys/ia64/ia64
interrupt.c machdep.c src/sys/kern sched_ule.c
Marcel Moolenaar
marcel at FreeBSD.org
Tue Apr 15 05:02:42 UTC 2008
marcel 2008-04-15 05:02:42 UTC
FreeBSD src repository
Modified files:
sys/ia64/conf GENERIC SKI
sys/ia64/ia64 interrupt.c machdep.c
sys/kern sched_ule.c
Log:
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,
Revision Changes Path
1.97 +1 -1 src/sys/ia64/conf/GENERIC
1.25 +2 -2 src/sys/ia64/conf/SKI
1.68 +4 -0 src/sys/ia64/ia64/interrupt.c
1.236 +11 -0 src/sys/ia64/ia64/machdep.c
1.241 +1 -1 src/sys/kern/sched_ule.c
More information about the cvs-src
mailing list