]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix some race conditions for pinned threads that may cause them to run
authorups <ups@FreeBSD.org>
Thu, 9 Jun 2005 18:26:31 +0000 (18:26 +0000)
committerups <ups@FreeBSD.org>
Thu, 9 Jun 2005 18:26:31 +0000 (18:26 +0000)
commitd9753fcc91300f01e119361188066ae736562a35
treec4bbdb757e3d2e65e0c346b5b80d717d743bd0fe
parentebc4f240c3a921a47aa18e1e1274a68e4697af00
Fix some race conditions for pinned threads that may cause them to run
on the wrong CPU.

Add IPI support for preempting a thread on another CPU.

MFC after:3 weeks
sys/kern/kern_switch.c
sys/kern/sched_4bsd.c