cvs commit: src/sys/i386/i386 mp_machdep.c src/sys/i386/include smp.h smptests.h

John Baldwin jhb at FreeBSD.org
Tue Nov 22 22:34:14 GMT 2005


jhb         2005-11-22 22:34:14 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/i386        mp_machdep.c 
    sys/i386/include     smp.h smptests.h 
  Log:
  Garbage collect the code to store diagnostics codes in a CMOS register
  during SMP startup.  We haven't had any issues with starting up the APs
  on i386 in quite a while now which is all this code is really useful for.
  If someone ever does really need it they can always dig it up out of the
  attic.
  
  Revision  Changes    Path
  1.258     +0 -31     src/sys/i386/i386/mp_machdep.c
  1.84      +0 -14     src/sys/i386/include/smp.h
  1.49      +0 -62     src/sys/i386/include/smptests.h


More information about the cvs-src mailing list