Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2005 15:10:29 +0000 (UTC)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/vm uma_core.c
Message-ID:  <200507231510.j6NFATSG019548@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2005-07-23 15:10:29 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    sys/vm               uma_core.c 
  Log:
  Merge uma_core.c:1.127 from HEAD to RELENG_6:
  
    Use mp_maxid in preference to MAXCPU when creating exports of UMA
    per-CPU cache statistics.  UMA sizes the cache array based on the
    number of CPUs at boot (mp_maxid + 1), and iterating based on MAXCPU
    could read off the end of the array (into the next zone).
  
    Reported by:    yongari
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.119.2.8  +3 -3      src/sys/vm/uma_core.c



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