Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Jul 2003 16:45:48 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/alpha/alpha machdep.c mp_machdep.c vm_machdep.c
Message-ID:  <200307272345.h6RNjmiU036727@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2003/07/27 16:45:48 PDT

  FreeBSD src repository

  Modified files:
    sys/alpha/alpha      machdep.c mp_machdep.c vm_machdep.c 
  Log:
  Reset the per-CPU unique value at boot and clear it in the PCB of the
  child when forking. This provides a consistent initial state.
  Note that cpu_set_upcall() does not clear the per-CPU unique value as
  it is followed by a call to set_mcontext(), which sets it accordingly.
  
  Revision  Changes    Path
  1.208     +5 -3      src/sys/alpha/alpha/machdep.c
  1.45      +3 -0      src/sys/alpha/alpha/mp_machdep.c
  1.89      +1 -0      src/sys/alpha/alpha/vm_machdep.c



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