cvs commit: src/sys/amd64/amd64 mp_machdep.c src/sys/i386/i386
mp_machdep.c src/sys/i386/include param.h src/sys/kern kern_idle.c
kern_switch.c sched_4bsd.c subr_smp.c src/sys/sys smp.h
Julian Elischer
julian at FreeBSD.org
Tue Aug 31 23:42:02 PDT 2004
julian 2004-09-01 06:42:02 UTC
FreeBSD src repository
Modified files:
sys/amd64/amd64 mp_machdep.c
sys/i386/i386 mp_machdep.c
sys/i386/include param.h
sys/kern kern_idle.c kern_switch.c sched_4bsd.c
subr_smp.c
sys/sys smp.h
Log:
Give the 4bsd scheduler the ability to wake up idle processors
when there is new work to be done.
MFC after: 5 days
Revision Changes Path
1.246 +0 -2 src/sys/amd64/amd64/mp_machdep.c
1.238 +0 -2 src/sys/i386/i386/mp_machdep.c
1.73 +0 -2 src/sys/i386/include/param.h
1.41 +18 -0 src/sys/kern/kern_idle.c
1.83 +33 -1 src/sys/kern/kern_switch.c
1.52 +59 -18 src/sys/kern/sched_4bsd.c
1.191 +135 -1 src/sys/kern/subr_smp.c
1.80 +6 -1 src/sys/sys/smp.h
More information about the cvs-src
mailing list