]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When checking to see if another CPU is running its idle thread, examine
authorjhb <jhb@FreeBSD.org>
Tue, 18 Nov 2008 05:41:34 +0000 (05:41 +0000)
committerjhb <jhb@FreeBSD.org>
Tue, 18 Nov 2008 05:41:34 +0000 (05:41 +0000)
commitb08d457fbe340c0bd96abe214a4c943518c81bbe
tree01ca7b84ea5d6666b0267b7bdf20c1e24f28e04e
parentf9226694db55935726acca900e71e7fa685f80b1
When checking to see if another CPU is running its idle thread, examine
the thread running on the other CPU instead of the thread being placed on
the run queue.

Reported by: Ravi Murty @ Intel
Reviewed by: jeff
sys/kern/sched_ule.c