Date: Tue, 15 Apr 2008 05:02:42 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/conf GENERIC SKI src/sys/ia64/ia64 interrupt.c machdep.c src/sys/kern sched_ule.c Message-ID: <200804150502.m3F52gab023225@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804150502.m3F52gab023225>
