Date: Fri, 10 Sep 2004 22:28:33 +0000 (UTC) From: Julian Elischer <julian@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern sched_4bsd.c sched_ule.c src/sys/sys proc.h sched.h src/sys/i386/i386 pmap.c Message-ID: <200409102228.i8AMSXqx071444@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
julian 2004-09-10 22:28:33 UTC
FreeBSD src repository
Modified files:
sys/kern sched_4bsd.c sched_ule.c
sys/sys proc.h sched.h
sys/i386/i386 pmap.c
Log:
Make up my mind if cpu pinning is stored in the thread structure or the
scheduler specific extension to it. Put it in the extension as
the implimentation details of how the pinning is done needn't be visible
outside the scheduler.
Submitted by: tegge (of course!) (with changes)
MFC after: 3 days
Revision Changes Path
1.502 +2 -2 src/sys/i386/i386/pmap.c
1.62 +22 -2 src/sys/kern/sched_4bsd.c
1.127 +22 -1 src/sys/kern/sched_ule.c
1.400 +0 -1 src/sys/sys/proc.h
1.18 +7 -14 src/sys/sys/sched.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200409102228.i8AMSXqx071444>
