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 _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"