Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Dec 1996 17:09:29 -0800 (PST)
From:      Peter Wemm <peter>
To:        freebsd-smp
Subject:   cvs commit:  sys/kern init_main.c init_smp.c
Message-ID:  <199612030109.RAA26227@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199612030109.RAA26227>