Date: Fri, 24 May 2002 18:12:24 -0700 (PDT) From: Jake Burkholder <jake@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/alpha/include runq.h src/sys/i386/include runq.h src/sys/ia64/include runq.h src/sys/kern kern_switch.c src/sys/powerpc/include runq.h src/sys/sparc64/include runq.h src/sys/sys runq.h Message-ID: <200205250112.g4P1COR33760@freefall.freebsd.org>
index | next in thread | raw e-mail
jake 2002/05/24 18:12:24 PDT
Modified files:
sys/kern kern_switch.c
sys/sys runq.h
Added files:
sys/alpha/include runq.h
sys/i386/include runq.h
sys/ia64/include runq.h
sys/powerpc/include runq.h
sys/sparc64/include runq.h
Log:
Make the run queue parameters machine dependent. Optimize 64 bit
architectures by using a 64 bit word for the bit array which keeps
track of non-empty queues.
Reviewed by: peter
Revision Changes Path
1.1 +58 -0 src/sys/alpha/include/runq.h (new)
1.1 +46 -0 src/sys/i386/include/runq.h (new)
1.1 +58 -0 src/sys/ia64/include/runq.h (new)
1.27 +2 -0 src/sys/kern/kern_switch.c
1.1 +46 -0 src/sys/powerpc/include/runq.h (new)
1.1 +58 -0 src/sys/sparc64/include/runq.h (new)
1.4 +3 -14 src/sys/sys/runq.h
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200205250112.g4P1COR33760>
