From owner-freebsd-current@FreeBSD.ORG Wed Oct 12 18:13:45 2011 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C83FC106566B for ; Wed, 12 Oct 2011 18:13:45 +0000 (UTC) (envelope-from rysto32@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 59B778FC1A for ; Wed, 12 Oct 2011 18:13:45 +0000 (UTC) Received: by wyj26 with SMTP id 26so1485835wyj.13 for ; Wed, 12 Oct 2011 11:13:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=b/vVS4xc4p5egsYNLgsYPEy+i0YsRjnDt6rkdrQglPQ=; b=Ld+MJk62dYoA9YTFJAHBjQrXbE/zPeowKCTTSyxx3RCQfMoljXwyEnE4xaT+o9MROo 6k5rfd5jOfRZ58v3x1CNdrs9M7NeuJqTvPSZ3ZdPDQD3YuXkNEi4D/xnNIxmxQVDUQxj V695eXVXljt6By3fGB4oXcRA3CqbzPPMj894Q= MIME-Version: 1.0 Received: by 10.227.155.84 with SMTP id r20mr4508360wbw.107.1318441605909; Wed, 12 Oct 2011 10:46:45 -0700 (PDT) Received: by 10.180.96.104 with HTTP; Wed, 12 Oct 2011 10:46:45 -0700 (PDT) In-Reply-To: <86botmjf7p.fsf@ds4.des.no> References: <86bou59gpf.fsf@ds4.des.no> <4E83186C.4080707@FreeBSD.org> <86botmjf7p.fsf@ds4.des.no> Date: Wed, 12 Oct 2011 13:46:45 -0400 Message-ID: From: Ryan Stone To: =?ISO-8859-1?Q?Dag=2DErling_Sm=F8rgrav?= Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Alexander Motin , current@freebsd.org Subject: Re: 9 hangs with idletick = 0 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Oct 2011 18:13:45 -0000 2011/10/12 Dag-Erling Sm=F8rgrav : > BTW, can I suggest appropriating one of KTR_SPARE[234] and renaming it > to KTR_CLOCK? =A0I don't see why cxgb should use them, let alone all > three; it should use KTR_DEV or KTR_NET instead. KTR_MALLOC has been completely unused in the tree since at least FreeBSD 6(presumably since uma went in), so that would be a better candidate to be appropriated. (Independent of that, though, I do agree that nothing in src/ should use KTR_SPAREX. Kinda defeats the purpose of SPAREX).