From owner-freebsd-current@FreeBSD.ORG Wed Oct 21 02:00:35 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 33910106566C; Wed, 21 Oct 2009 02:00:35 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ew0-f209.google.com (mail-ew0-f209.google.com [209.85.219.209]) by mx1.freebsd.org (Postfix) with ESMTP id 6E6918FC15; Wed, 21 Oct 2009 02:00:34 +0000 (UTC) Received: by ewy5 with SMTP id 5so2815618ewy.36 for ; Tue, 20 Oct 2009 19:00:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=UsbkFJUujrE+r30Nrvhccr6JQLWRDd3pVt8pIqcwXoc=; b=cZfoATp+P907PVpdj6XEyPd713noFUQB0sat8/h5g4WKWojjaGfomsQWjOqNmsFxjK lgi0gR2h8jAMHh70ohZPgQNFGAff1VOxIyxU8qvRzdMWf5AsuObm1SHRwrbAUashfL7q leD5Jz4qif4NAJrrSEKgp1JG3DDl7Q8cXF/ZM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=bXFA2tuQIU6fLSJaHgQktIpnn+ylF6x7KHPrX5FJsQ3NJubtZa5y+0JkpCFALYLh8X oUmqejZHio+uGmG16vWWT4ZRtl/y1/JEh/iN1jZlNazM6aT90y9i2WofjTUKwHHLXbJ5 IqjYlZxxwk+Z26fgjd/IHkydvwSeQU6IpU7NM= MIME-Version: 1.0 Received: by 10.216.93.6 with SMTP id k6mr2404052wef.89.1256090433280; Tue, 20 Oct 2009 19:00:33 -0700 (PDT) In-Reply-To: References: Date: Wed, 21 Oct 2009 02:00:33 +0000 Message-ID: From: "b. f." To: Ryan Stone Content-Type: text/plain; charset=ISO-8859-1 Cc: qingli@freebsd.org, freebsd-current@freebsd.org Subject: Re: svn commit: r198306 - head/sys/net 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, 21 Oct 2009 02:00:35 -0000 On 10/21/09, Ryan Stone wrote: > On non-SMP kernels there's only one CPU, so there's no point in > binding a thread to a CPU. > If that is all that is intended here, then it does not seem that it should be done at all on non-SMP, but rather that it should be made conditional on #ifdef SMP. b.