cvs commit: src/sys/alpha/alpha machdep.c mp_machdep.c vm_machdep.c

Marcel Moolenaar marcel at FreeBSD.org
Sun Jul 27 16:45:49 PDT 2003


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


More information about the cvs-src mailing list