From owner-freebsd-ppc@FreeBSD.ORG Thu Nov 13 19:19:16 2008 Return-Path: Delivered-To: freebsd-ppc@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA24A1065673 for ; Thu, 13 Nov 2008 19:19:16 +0000 (UTC) (envelope-from xcllnt@mac.com) Received: from asmtpout020.mac.com (asmtpout020.mac.com [17.148.16.95]) by mx1.freebsd.org (Postfix) with ESMTP id DC88F8FC14 for ; Thu, 13 Nov 2008 19:19:16 +0000 (UTC) (envelope-from xcllnt@mac.com) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; format=flowed Received: from macbook-pro.jnpr.net (natint3.juniper.net [66.129.224.36]) by asmtp020.mac.com (Sun Java(tm) System Messaging Server 6.3-7.03 (built Aug 7 2008; 32bit)) with ESMTPSA id <0KAA00EV6DO1UN90@asmtp020.mac.com> for freebsd-ppc@FreeBSD.org; Thu, 13 Nov 2008 11:19:13 -0800 (PST) Message-id: <03CBC5E0-7696-45BA-832E-1FD3002ECEE0@mac.com> From: Marcel Moolenaar To: ross@grinz.com In-reply-to: <491C7459.5030609@grinz.com> Date: Thu, 13 Nov 2008 11:19:12 -0800 References: <48DD91A4.2060306@freebsd.org> <491C7459.5030609@grinz.com> X-Mailer: Apple Mail (2.929.2) Cc: FreeBSD PowerPC Subject: Re: kernel panic on Xserve G4 -CURRENT X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2008 19:19:17 -0000 On Nov 13, 2008, at 10:39 AM, Ross Gohlke wrote: > ## UP > % dmesg > FreeBSD 8.0-CURRENT #0: Tue Nov 11 15:01:01 CST 2008 > root@rorty.grinz.com:/usr/obj/usr/src/sys/RORTY.8 > WARNING: WITNESS option enabled, expect reduced performance. > cpu0: Motorola PowerPC 7455 revision 2.1, 1000.00 MHz > cpu0: HID0 8450c0bc > real memory = 2135240704 (2036 MB) > avail memory = 2067062784 (1971 MB) > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > cpu0: dev=ff87f908 (BSP) > cpu1: dev=ff880bc8 Hmmm, this is not an UP kernel. UP kernels don't count CPUs and don't announce themselves with/as FreeBSD/SMP. You need to remove the SMP option from your configuration in order to create an UP kernel. FYI, -- Marcel Moolenaar xcllnt@mac.com