cvs commit: src/sys/kern sched_ule.c
Jeff Roberson
jeff at FreeBSD.org
Sat Dec 20 13:18:19 PST 2003
jeff 2003/12/20 06:03:14 PST
FreeBSD src repository
Modified files:
sys/kern sched_ule.c
Log:
- In kseq_transfer() return if smp has not been started.
- In sched_add(), do the idle check prior to the transfer check so that we
don't try to transfer load from an idle cpu. This fixes panics caused by
IPIs on UP machines running SMP kernels.
Reported/Debugged by: seanc
Revision Changes Path
1.92 +14 -9 src/sys/kern/sched_ule.c
More information about the cvs-src
mailing list