]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Do not compare the existing mask of a cpuset with a new mask when changing
authorJohn Baldwin <jhb@FreeBSD.org>
Thu, 6 Jun 2013 14:43:19 +0000 (14:43 +0000)
committerJohn Baldwin <jhb@FreeBSD.org>
Thu, 6 Jun 2013 14:43:19 +0000 (14:43 +0000)
commitc9813d0a378eae114f5a2e59b16bd8c86c259937
treedc27ca4b591356e0f34ac04e22b5c21558872f90
parentee852b9c75de92cc777112ab6969a621b39bf34a
Do not compare the existing mask of a cpuset with a new mask when changing
the mask of a cpuset.  Also, change the cpuset's mask before updating the
masks of all children.  Previously changing a cpuset's mask first required
setting the mask to a super-set of both the old and new masks and then
changing it a second time to the new mask.
sys/kern/kern_cpuset.c