cvs commit: src/sys/kern subr_smp.c
    John Baldwin 
    jhb at FreeBSD.org
       
    Wed Aug 27 18:24:07 UTC 2008
    
    
  
jhb         2008-08-27 18:23:55 UTC
  FreeBSD src repository
  Modified files:
    sys/kern             subr_smp.c 
  Log:
  SVN rev 182292 on 2008-08-27 18:23:55Z by jhb
  
  - Only count the number of CPUs in the rendezvous map once rather than
    doing it on every CPU.
  - Use CPU_ABSENT() rather than pcpu_find() to determine if a CPU is not
    present.
  - Count up to mp_maxid rather than MAXCPU when iterating over CPUs to
    match the rest of the code in the kernel.
  
  MFC after:      1 week
  
  Revision  Changes    Path
  1.208     +8 -14     src/sys/kern/subr_smp.c
    
    
More information about the cvs-all
mailing list