svn commit: r230984 - head/sys/kern

Ivan Voras ivoras at freebsd.org
Mon Feb 6 11:34:48 UTC 2012


On 4 February 2012 17:49, Ryan Stone <rstone at freebsd.org> wrote:
> Author: rstone
> Date: Sat Feb  4 16:49:29 2012
> New Revision: 230984
> URL: http://svn.freebsd.org/changeset/base/230984
>
> Log:
>  Whenever a new kernel thread is spawned, explicitly clear any CPU affinity
>  set on the new thread.  This prevents the thread from inadvertently
>  inheriting affinity from a random sibling.

Shouldn't new threads inherit affinity from the threads which spawned them?


More information about the svn-src-head mailing list