]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 251470:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 24 Jun 2013 18:37:52 +0000 (18:37 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 24 Jun 2013 18:37:52 +0000 (18:37 +0000)
commit29b93a8a671c9165e404216a72493aba77aed424
tree334f96cf6b294a7155c0256682d1dc5b6cb5b455
parent719f0494a897b12720c7f471f3098fa58ac5ce6c
MFC 251470:
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.

git-svn-id: svn://svn.freebsd.org/base/stable/8@252167 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/kern_cpuset.c