Date: Tue, 26 Apr 2011 20:34:30 +0000 (UTC) From: Ryan Stone <rstone@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern sched_4bsd.c Message-ID: <201104262034.p3QKYeEZ094288@repoman.freebsd.org>
index | next in thread | raw e-mail
rstone 2011-04-26 20:34:30 UTC
FreeBSD src repository
Modified files:
sys/kern sched_4bsd.c
Log:
SVN rev 221081 on 2011-04-26 20:34:30Z by rstone
If the 4BSD scheduler tries to schedule a thread that has been pinned or
bound to an AP before SMP has started, the system will panic when we try
to touch per-CPU state for that AP because that state has not been
initialized yet. Fix this in the same way as ULE: place all threads in
the global run queue before SMP has started.
Reviewed by: jhb
MFC after: 1 month
Revision Changes Path
1.152 +21 -19 src/sys/kern/sched_4bsd.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104262034.p3QKYeEZ094288>
