From owner-cvs-src@FreeBSD.ORG Wed Aug 27 17:32:12 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BF6081065753; Wed, 27 Aug 2008 17:32:12 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id C0CEF8FC1D; Wed, 27 Aug 2008 17:32:11 +0000 (UTC) (envelope-from jhb@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7RHWBFg025625; Wed, 27 Aug 2008 17:32:11 GMT (envelope-from jhb@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7RHWBxJ025624; Wed, 27 Aug 2008 17:32:11 GMT (envelope-from jhb@repoman.freebsd.org) Message-Id: <200808271732.m7RHWBxJ025624@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to jhb@repoman.freebsd.org using -f From: John Baldwin Date: Wed, 27 Aug 2008 17:31:56 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_7 Cc: Subject: cvs commit: src/sys/kern subr_smp.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Aug 2008 17:32:12 -0000 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