From owner-freebsd-stable@FreeBSD.ORG Thu Jun 19 18:05:06 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFD6037B401 for ; Thu, 19 Jun 2003 18:05:06 -0700 (PDT) Received: from noc.mainstreet.net (noc.mainstreet.net [207.5.0.45]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64F3443F93 for ; Thu, 19 Jun 2003 18:05:04 -0700 (PDT) (envelope-from mark@noc.mainstreet.net) Received: from noc.mainstreet.net (localhost [127.0.0.1]) by noc.mainstreet.net (8.12.9/8.12.1) with ESMTP id h5K154r6028046 for ; Thu, 19 Jun 2003 18:05:04 -0700 (PDT) Received: (from mark@localhost) by noc.mainstreet.net (8.12.9/8.12.1/Submit) id h5K154N9028043; Thu, 19 Jun 2003 18:05:04 -0700 (PDT) Date: Thu, 19 Jun 2003 18:05:04 -0700 (PDT) Message-Id: <200306200105.h5K154N9028043@noc.mainstreet.net> From: Mark Kent To: freebsd-stable@freebsd.org Subject: SMP goes away after installworld (4.8-STABLE) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2003 01:05:07 -0000 Hello, I installed 4.8-RELEASE a few weeks ago, and since I let the effort sit stagnant for a while I decided to do the cvsup/buildworld/buildkernel/installkernel/installworld/mergemaster/MAKEDEV steps to get current. Went fine, rebooted, then noticed that just one CPU was recognized: FreeBSD 4.8-STABLE #0: Thu Jun 19 17:05:20 PDT 2003 mark@lah-210.mainstreet.net:/usr/src/sys/compile/MDK FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 1, version: 0x00170011, at 0xfec00000 I confirmed my kernel config was OK, rebuilt it, rebooted and got the same result. I also looked at 'mptable' and 'top' to make sure. I boot off my backup disk and I get: FreeBSD 4.8-RELEASE #0: Thu May 29 14:48:37 PDT 2003 mark@lah-210.mainstreet.net:/usr/src/sys/compile/MDK FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 So, there it is. Both cpu (also present in mptable and top). I confirmed that the kernel config is identical. Any idea what I screwed up on the way to 4.8-STABLE that lost me the SMP? Thanks, -mark