From owner-freebsd-smp Tue Nov 3 03:41:38 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA24916 for freebsd-smp-outgoing; Tue, 3 Nov 1998 03:41:38 -0800 (PST) (envelope-from owner-freebsd-smp@FreeBSD.ORG) Received: from anthrax.speck (cx19313-a.nwptn1.va.home.com [24.2.49.151]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA24911 for ; Tue, 3 Nov 1998 03:41:37 -0800 (PST) (envelope-from jedgar@speck.ml.org) Received: from localhost (jedgar@localhost) by anthrax.speck (8.9.0/8.9.0) with SMTP id GAA12981; Tue, 3 Nov 1998 06:40:53 -0500 X-Authentication-Warning: anthrax.speck: jedgar owned process doing -bs Date: Tue, 3 Nov 1998 06:40:53 -0500 (EST) From: "Chris D. Faulhaber" X-Sender: jedgar@anthrax.speck Reply-To: "Chris D. Faulhaber" To: the beavix cc: smp@FreeBSD.ORG Subject: Re: GENERIC-SMP not finding second CPU In-Reply-To: <19981103081002.1828.qmail@hotmail.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-smp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > I'm running 3.0-CURRENT and am having some trouble with GENERIC-SMP > finding my second CPU. --snip-- > FreeBSD/SMP: Multiprocessor motherboard > cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfec08000 > cpu1 (AP): apic id: 12, version: 0x00040011, at 0xfec08000 > io0 (APIC): apic id: 13, version: 0x00170011, at 0xfec00000 looks like it found it... ... cpu0 is being used to launch the kernel (otherwise the system wouldn't boot)... > SMP: AP CPU #1 Launched! ...the second one is started at the end of your dmesg output. check the output of top, you should see processes on CPU0 and CPU1 under the STATE header. ----- Chris D. Faulhaber To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-smp" in the body of the message