Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Aug 2008 18:23:55 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern subr_smp.c
Message-ID:  <200808271824.m7RIO6Ea031483@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808271824.m7RIO6Ea031483>