From owner-cvs-src-old@FreeBSD.ORG Tue May 11 15:36:24 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 274181065766 for ; Tue, 11 May 2010 15:36:23 +0000 (UTC) (envelope-from attilio@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [69.147.83.41]) by mx1.freebsd.org (Postfix) with ESMTP id B61178FC18 for ; Tue, 11 May 2010 15:36:23 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4BFaNFm028217 for ; Tue, 11 May 2010 15:36:23 GMT (envelope-from attilio@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4BFaNSw028216 for cvs-src-old@freebsd.org; Tue, 11 May 2010 15:36:23 GMT (envelope-from attilio@repoman.freebsd.org) Message-Id: <201005111536.o4BFaNSw028216@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to attilio@repoman.freebsd.org using -f From: Attilio Rao Date: Tue, 11 May 2010 15:36:16 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/sys/kern subr_smp.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2010 15:36:24 -0000 attilio 2010-05-11 15:36:16 UTC FreeBSD src repository Modified files: sys/kern subr_smp.c Log: SVN rev 207921 on 2010-05-11 15:36:16Z by attilio Fix a hang introduced in r206878 for kernel compiled with SMP support but being not actual SMP and similar situations by always initializing the smp ipi mutex. Reported by: marius MFC after: 3 days X-MFC: r206878 Revision Changes Path 1.217 +2 -1 src/sys/kern/subr_smp.c