From owner-cvs-src@FreeBSD.ORG Mon Oct 17 19:14:27 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 84D0516A420; Mon, 17 Oct 2005 19:14:27 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2CFAE43D45; Mon, 17 Oct 2005 19:14:27 +0000 (GMT) (envelope-from obrien@NUXI.com) Received: from dragon.NUXI.org (obrien@localhost [127.0.0.1]) by dragon.NUXI.org (8.13.4/8.13.4) with ESMTP id j9HJEQUE014943; Mon, 17 Oct 2005 12:14:26 -0700 (PDT) (envelope-from obrien@dragon.NUXI.org) Received: (from obrien@localhost) by dragon.NUXI.org (8.13.4/8.13.1/Submit) id j9HJEQFA014942; Mon, 17 Oct 2005 12:14:26 -0700 (PDT) (envelope-from obrien) Date: Mon, 17 Oct 2005 12:14:26 -0700 From: "David O'Brien" To: Jung-uk Kim Message-ID: <20051017191426.GC97488@dragon.NUXI.org> References: <200510160858.j9G8wR9v045670@repoman.freebsd.org> <200510171417.38095.jkim@FreeBSD.org> <20051017183139.GA97488@dragon.NUXI.org> <200510171451.34478.jkim@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200510171451.34478.jkim@FreeBSD.org> X-Operating-System: FreeBSD 7.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 User-Agent: Mutt/1.5.9i Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/amd64/amd64 identcpu.c src/sys/i386/i386 identcpu.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Oct 2005 19:14:27 -0000 On Mon, Oct 17, 2005 at 02:51:31PM -0400, Jung-uk Kim wrote: > On Monday 17 October 2005 02:31 pm, David O'Brien wrote: > > On Mon, Oct 17, 2005 at 02:17:33PM -0400, Jung-uk Kim wrote: > > > On Monday 17 October 2005 01:28 pm, David O'Brien wrote: > > > > CPU: Dual Core AMD Opteron(tm) Processor 280 (2392.35-MHz > > > > K8-class CPU) .. > > > > Physical/Logical cores: 2/2 > > > > .. > > > > FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs .. > > > The information is per-CPU. You have two CPUs with dual cores, > > > which means the given information is correct. Please back it > > > out. > > > > No, this given information is wrong. AMD does not have > > HyperThreading. You are treating it as if it does. > > ??? Did I ever mention Hyper-Threading here? I actually replaced > misleading 'Hyperthreading' with 'Physical/Logical cores.' What else is x86/x86-64 "Physical/Logical cores" other than HyperThreading? -- -- David (obrien@FreeBSD.org)