Date: Sat, 19 Apr 1997 08:35:16 -0700 (PDT) From: Peter Wemm <peter> To: CVS-committers, cvs-all, cvs-other Subject: cvs commit: /home/smp/sys/kern init_smp.c Message-ID: <199704191535.IAA22509@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
peter 97/04/19 08:35:16 Modified: home/smp/sys/kern init_smp.c Log: change #include <vm/lock.h> to <sys/lock.h> - 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704191535.IAA22509>