]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When constructing a new cpuset, apply the parent cpuset's mask to the new
authorJohn Baldwin <jhb@FreeBSD.org>
Tue, 8 Mar 2011 14:18:21 +0000 (14:18 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Tue, 8 Mar 2011 14:18:21 +0000 (14:18 +0000)
commite84c2db1377c75e5aa1b9b6c99ba80f5ae7230f8
treecdc3f7679e6dc309830c198844c559d8a5cb0568
parent87cd3ddacc57ac0cf06391186b1bdcb3eabfcac0
When constructing a new cpuset, apply the parent cpuset's mask to the new
set's mask rather than the root mask.  This was causing the root mask to
be modified incorrectly.

Reviewed by: jeff
MFC after: 1 week
sys/kern/kern_cpuset.c