From owner-freebsd-smp Sat Apr 19 08:49:40 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA23225 for smp-outgoing; Sat, 19 Apr 1997 08:49:40 -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 IAA23215 for ; Sat, 19 Apr 1997 08:49:36 -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 XAA00961; Sat, 19 Apr 1997 23:49:25 +0800 (WST) Message-Id: <199704191549.XAA00961@spinner.DIALix.COM> To: Peter Wemm cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-other@freefall.freebsd.org, smp@freebsd.org Subject: Re: cvs commit: /home/smp/sys/kern init_smp.c In-reply-to: Your message of "Sat, 19 Apr 1997 08:35:16 MST." <199704191535.IAA22509@freefall.freebsd.org> Date: Sat, 19 Apr 1997 23:49:24 +0800 From: Peter Wemm Sender: owner-smp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Peter Wemm wrote: > peter 97/04/19 08:35:16 > > Modified: home/smp/sys/kern init_smp.c ^^^^^^^^^^^^^^^^ > Log: > change #include to - solves lockmgr panic! > update the idle proc create code to use the "new" style fork that doesn't > "return" from the fork() function call - it now boots! > (I'm running smp_active=2 right now) OOPS! Slip of the fingers with a remote commit.. Sorry, this message went to the wrong commit mailing list.. :-] (Background for those on -committers, the smp kernel was put on hold while the lite2 stuff was being sorted out in -current. It was resync'ed a few days ago, which broke it somewhat.) Cheers, -Peter