Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 16 Dec 2002 01:18:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 16 Dec 2002 01:18:09 -0500 Received: from modemcable092.130-200-24.mtl.mc.videotron.ca ([24.200.130.92]:59445 "EHLO montezuma.mastecende.com") by vger.kernel.org with ESMTP id ; Mon, 16 Dec 2002 01:18:08 -0500 Date: Mon, 16 Dec 2002 01:28:35 -0500 (EST) From: Zwane Mwaikambo X-X-Sender: zwane@montezuma.mastecende.com To: Scott Robert Ladd cc: Robert Love , Linux Kernel Mailing List Subject: RE: /proc/cpuinfo and hyperthreading In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 810 Lines: 25 On Sun, 15 Dec 2002, Scott Robert Ladd wrote: > But later in the boot, it also states: > > Dec 15 11:51:18 Tycho kernel: SMP motherboard not detected. > > Something just doesn't look right about this. Thats just the MP table parsing code whining. Which is ok since you're using ACPI... hmm then again... if (!smp_found_config) { printk(KERN_NOTICE "SMP motherboard not detected.\n"); smpboot_clear_io_apic_irqs(); phys_cpu_present_map = 1; if (APIC_init_uniprocessor()) -- function.linuxpower.ca - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/