From owner-freebsd-arch@FreeBSD.ORG Fri May 22 16:53:33 2015 Return-Path: Delivered-To: freebsd-arch@FreeBSD.org Received: from mx2.freebsd.org (mx2.freebsd.org [IPv6:2001:1900:2254:206a::19:2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA7763C3 for ; Fri, 22 May 2015 16:53:33 +0000 (UTC) Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx2.freebsd.org (Postfix) with ESMTP id 921583248 for ; Fri, 22 May 2015 16:53:33 +0000 (UTC) Message-ID: <555F5F0D.7000107@FreeBSD.org> Date: Fri, 22 May 2015 12:53:33 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: freebsd-arch@FreeBSD.org Subject: Re: RFC: deprecate CALLOUT_MPSAFE References: <555E7EBB.7060908@FreeBSD.org> In-Reply-To: <555E7EBB.7060908@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 May 2015 16:53:33 -0000 On 05/21/2015 20:56, Jung-uk Kim wrote: > CALLOUT_MPSAFE has lost its meaning since r141428, i.e., more than > ten years for CURRENT. However, it is continuously misused as > mpsafe argument for callout_init(9). This patch cleans up > callout_init() calls and deprecates the flag. > > https://reviews.freebsd.org/D2613 FYI, I decided to go ahead and commit this patch. Then, we will remove the mpsafe argument from callout_init() as glebius suggested. https://reviews.freebsd.org/D2613#48639 Jung-uk Kim