jeff 2004/01/25 00:00:04 PST FreeBSD src repository Modified files: sys/kern sched_4bsd.c Log: - Implement cpu pinning and binding. This is acomplished by keeping a per- cpu run queue that is only used for pinned or bound threads. Submitted by: Chris Bradfield <chrisb at ation.org> Revision Changes Path 1.30 +128 -12 src/sys/kern/sched_4bsd.c