From owner-freebsd-smp Sun Apr 20 09:29:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA29157 for smp-outgoing; Sun, 20 Apr 1997 09:29:07 -0700 (PDT) Received: from spinner.DIALix.COM (root@spinner.dialix.com [192.203.228.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA29152 for ; Sun, 20 Apr 1997 09:29:01 -0700 (PDT) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.5/8.8.5) with ESMTP id AAA09522; Mon, 21 Apr 1997 00:28:23 +0800 (WST) Message-Id: <199704201628.AAA09522@spinner.DIALix.COM> X-Mailer: exmh version 2.0gamma 1/27/96 To: Steve Passe cc: Doug Rabson , smp@freebsd.org Subject: Re: cvs commit: /home/smp/sys/kern init_smp.c In-reply-to: Your message of "Sun, 20 Apr 1997 10:17:05 CST." <199704201617.KAA06759@Ilsa.StevesCafe.com> Date: Mon, 21 Apr 1997 00:28:22 +0800 From: Peter Wemm Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Steve Passe wrote: > Hi, > > assumming that your hardware can boot a COMPLETELY GENERIC UP kernel, build > an SMP kernel that is COMPLETELY GENERIC, ie start with GENERIC and add ONLY: > > options SMP # Symmetric MultiProcessor Kernel > options NCPU=2 # number of CPUs > options APIC_IO # Symmetric (APIC) I/O > options SMP_INVLTLB # > > boot -v and -s, see how far you get... Another thought.. Doug, Have you used -r or -D flags to 'cvs update' in the past? They are sticky.. It might be an idea to redo a cvs update on your tree with: "cvs update -d -P -A" to be sure... I know that's kinda obvious, but I thought I'd mention it just in case.. > -- > Steve Passe | powered by > smp@csn.net | Symmetric MultiProcessor FreeBSD > Cheers, -Peter