Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Aug 1997 11:36:16 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern kern_shutdown.c src/sys/i386/i386 mp_machdep.c
Message-ID:  <199708261836.LAA25400@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1997/08/26 11:36:16 PDT

  Modified files:
    sys/kern             kern_shutdown.c 
    sys/i386/i386        mp_machdep.c 
  Log:
  Correct some things I forgot about until it was too late with smp_active.
  smp_active = 1 used to indicate that the system had frozen previously
  started AP's, while smp_active = 0 was "AP's not yet started".  I have split
  this into smp_started (which is set when the AP's come online), and
  smp_active is left for turning on/off AP scheduling.
  
  Revision  Changes    Path
  1.21      +4 -5      src/sys/kern/kern_shutdown.c
  1.47      +7 -4      src/sys/i386/i386/mp_machdep.c



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