cvs commit: src/sys/ia64/ia64 mp_machdep.c

Marcel Moolenaar marcel at FreeBSD.org
Thu Apr 14 17:21:24 PDT 2005


marcel      2005-04-15 00:21:24 UTC

  FreeBSD src repository

  Modified files:
    sys/ia64/ia64        mp_machdep.c 
  Log:
  Initialize curthread before we save the APs MCA state. Saving the
  MCA state requires a spin lock, which requires a valid curthread.
  This change allows SMP kernels to boot into multi-user again.
  
  While here, update the copyright notice and use __FBSDID for the
  revision string.
  
  Revision  Changes    Path
  1.55      +8 -6      src/sys/ia64/ia64/mp_machdep.c


More information about the cvs-all mailing list