cvs commit: src/sys/sys pcpu.h

Peter Wemm peter at FreeBSD.org
Thu Nov 20 14:50:27 PST 2003


peter       2003/11/20 14:50:26 PST

  FreeBSD src repository

  Modified files:
    sys/sys              pcpu.h 
  Log:
  Allow the MD backend to provide an alternative to
   #define curthread PCPU_GET(curthread)
  since its so heavily used in the kernel and ripe for compile-speed
  optimization on some platforms.
  
  Revision  Changes    Path
  1.11      +2 -0      src/sys/sys/pcpu.h


More information about the cvs-src mailing list