From owner-freebsd-smp Mon Dec 2 17:09:30 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA26234 for smp-outgoing; Mon, 2 Dec 1996 17:09:30 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id RAA26227 for freebsd-smp; Mon, 2 Dec 1996 17:09:29 -0800 (PST) Date: Mon, 2 Dec 1996 17:09:29 -0800 (PST) From: Peter Wemm Message-Id: <199612030109.RAA26227@freefall.freebsd.org> To: freebsd-smp Subject: cvs commit: sys/kern init_main.c init_smp.c Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/12/02 17:09:28 Modified: kern init_main.c init_smp.c Log: Split most of the SMP code out of init_main.c and into a seperate init_smp.c file (optional smp). Changes in the process: - smp sysctl stuff cleaned up and collected together - variables cleaned up - SMP_AUTOSTART code #ifdef'ed Note that I copied the cvs file underneath so that we have cvs history on it. Revision Changes Path 1.40 +2 -229 sys/kern/init_main.c 1.40 +33 -635 sys/kern/init_smp.c