From owner-cvs-other Sat Apr 19 08:35:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA22518 for cvs-other-outgoing; Sat, 19 Apr 1997 08:35:19 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA22509; Sat, 19 Apr 1997 08:35:16 -0700 (PDT) Date: Sat, 19 Apr 1997 08:35:16 -0700 (PDT) From: Peter Wemm Message-Id: <199704191535.IAA22509@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-other Subject: cvs commit: /home/smp/sys/kern init_smp.c Sender: owner-cvs-other@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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) Revision Changes Path 1.45 +18 -26 /home/smp/sys/kern/init_smp.c