]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Reduce diffs with HEAD:
authorjhb <jhb@FreeBSD.org>
Wed, 27 Aug 2008 17:31:56 +0000 (17:31 +0000)
committerjhb <jhb@FreeBSD.org>
Wed, 27 Aug 2008 17:31:56 +0000 (17:31 +0000)
commit4cefa4f9187c75296082c39a89348bc843ba8d99
treecd4ed9ddbf62577571f10fa58fabe1083c733d05
parent17f4140c1ae826db402e1ff920b5b210dd1363d6
Reduce diffs with HEAD:
- Don't IPI the current CPU.
- Don't remove the current CPU from the rendezvous mask.  Otherwise the
  smp_rendezvous_action routine will get an incorrect count of CPUs and
  won't wait for all CPUs at each barrier (it will wait for N-1).
sys/kern/subr_smp.c