Date: Wed, 27 Aug 2008 17:31:56 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/kern subr_smp.c Message-ID: <200808271732.m7RHWBxJ025624@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2008-08-27 17:31:56 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern subr_smp.c Log: SVN rev 182287 on 2008-08-27 17:31:56Z by jhb 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). Revision Changes Path 1.201.2.4 +2 -3 src/sys/kern/subr_smp.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808271732.m7RHWBxJ025624>