From owner-freebsd-questions@FreeBSD.ORG Tue Nov 14 23:04:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C650116A403 for ; Tue, 14 Nov 2006 23:04:33 +0000 (UTC) (envelope-from josh.carroll@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.190]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583C943D7F for ; Tue, 14 Nov 2006 23:04:23 +0000 (GMT) (envelope-from josh.carroll@gmail.com) Received: by nf-out-0910.google.com with SMTP id x37so69302nfc for ; Tue, 14 Nov 2006 15:04:22 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=D11zSf31zLv+oixE6s7Smbi72Cp738XrXs5Zds/+D0Q4NyeOI5HabdQdSrRMrkSZ2SJIBZ9pULzh0Qkv70izLHIpY4dJat1fGRWkXwfzntAIykZYz/ySYXY+tW5ip+vh5HrHxQdH3mGBGX2Dcr+3UChV1ioqMnnx4m5w4BYTl4Q= Received: by 10.82.120.15 with SMTP id s15mr211617buc.1163545461684; Tue, 14 Nov 2006 15:04:21 -0800 (PST) Received: by 10.82.163.16 with HTTP; Tue, 14 Nov 2006 15:04:21 -0800 (PST) Message-ID: <8cb6106e0611141504sa4fbe00q8aeda6f869422d26@mail.gmail.com> Date: Tue, 14 Nov 2006 15:04:21 -0800 From: "Josh Carroll" Sender: josh.carroll@gmail.com To: "Robert Fitzpatrick" In-Reply-To: <1163545085.492.20.camel@columbus.webtent.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1163545085.492.20.camel@columbus.webtent.org> X-Google-Sender-Auth: e83cdcc2d40eb8c6 Cc: FreeBSD Subject: Re: Dual core processors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Nov 2006 23:04:33 -0000 > up in the 'C' column of top after I've rebooted with the newly compiled > kernel. Run top with the -S argument. You should then see two "idle" processes, one for each CPU: 11 root 1 171 52 0K 8K CPU0 0 72.1H 91.70% idle: cpu0 10 root 1 171 52 0K 8K RUN 1 72.2H 90.97% idle: cpu1 Can you confirm whether you see that or not? I do not have APIC_IO in my kernel either, and it is showing both cores in top (Core 2 Duo CPU). Regards, Josh