From owner-freebsd-current@FreeBSD.ORG Wed Oct 21 00:34:21 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 E08C91065679 for ; Wed, 21 Oct 2009 00:34:21 +0000 (UTC) (envelope-from rysto32@gmail.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 2679D8FC0C for ; Wed, 21 Oct 2009 00:34:20 +0000 (UTC) Received: by ewy5 with SMTP id 5so2759389ewy.36 for ; Tue, 20 Oct 2009 17:34:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=LaTCKPtLlvSHLAvco0KnuKhSHpnfgGeohzu43atQzMg=; b=CJUH8cypmPZCCX2iFSxR6wuYx6n8dhvRjHri81MdgiwtB4Kwfjq/wd5p4kkXRRzxUA uTNJbB3OKnQS/NH7GC2wzmgLjcY8harBh9jnEE/8Sap4fDgx43p8fFYrw5NFbR52iAh4 8wFLex6ggIB2qFBSbHADHXRYsx05AC1Ggw27g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=KPy7tZJg1PlLt1hHCA5M7pq85FS+WArYgh/pYcBxZCgdEwMP8omTxqjQ7D5WhnBEQy UF9/Ioc+T+75JyEDiRte47fImsl/L6JZH6Pm8FdHKIEtUKmXjN3wJDGCylR+L5OjYZU/ Znyj5TO/wZXfSMA4BUStS43ac9WD9/SPksy6Q= MIME-Version: 1.0 Received: by 10.210.93.27 with SMTP id q27mr8297133ebb.9.1256085260209; Tue, 20 Oct 2009 17:34:20 -0700 (PDT) In-Reply-To: References: Date: Tue, 20 Oct 2009 20:34:20 -0400 Message-ID: From: Ryan Stone To: "b. f." 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 00:34:22 -0000 On non-SMP kernels there's only one CPU, so there's no point in binding a thread to a CPU.