From owner-freebsd-current@FreeBSD.ORG Sun Nov 14 10:01:22 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7AE3416A4CE for ; Sun, 14 Nov 2004 10:01:22 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 045EC43D39 for ; Sun, 14 Nov 2004 10:01:22 +0000 (GMT) (envelope-from caelian@gmail.com) Received: by rproxy.gmail.com with SMTP id a36so541811rnf for ; Sun, 14 Nov 2004 02:01:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=KAPJHD2/3YRFZX1FMNQeLHKXnGTIc+oDqQ7oszYUtS6Y6yKgvzii99wDHg0LYR878i6/xWCSt8N8CfV0cxMpVs9rAa1kquLjp0Kk9lOGNtp0rmPwsHxos7oRIi2Yo7iIsR18DfM5dsDIKaZRCspUeVUUC4/HElokFtZBXJWG5rk= Received: by 10.38.89.50 with SMTP id m50mr306560rnb; Sun, 14 Nov 2004 02:01:21 -0800 (PST) Received: by 10.38.79.65 with HTTP; Sun, 14 Nov 2004 02:01:21 -0800 (PST) Message-ID: Date: Sun, 14 Nov 2004 02:01:21 -0800 From: Pascal Hofstee To: Scott Long In-Reply-To: <41972BA2.3090609@freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <4197C217-3622-11D9-B78A-000A95A9A574@nordahl.net> <41972BA2.3090609@freebsd.org> cc: Frode Nordahl cc: current@freebsd.org Subject: Re: Detection of HTT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Pascal Hofstee List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Nov 2004 10:01:22 -0000 On Sun, 14 Nov 2004 02:55:46 -0700, Scott Long wrote: > It's harmless and means that the system _detected_ two logical cores. > It doesn't mean that the system used them, and if you look a bit > further down you'll see that it mentions cpu0 and cpu1, and no more. and if you look at the bottom of that log ... you notice SMP: AP CPU #1 Launched! Mounting root from ufs:/dev/ad4s1a this is definately SMP kicking in and "launching" the 2nd logical CPU .. CPU #0 being the first logical CPU.