cvs commit: src/sys/vm uma_core.c
    Bosko Milekic 
    bmilekic at FreeBSD.org
       
    Wed Jul 30 08:22:39 PDT 2003
    
    
  
bmilekic    2003/07/30 08:22:37 PDT
  FreeBSD src repository
  Modified files:
    sys/vm               uma_core.c 
  Log:
  When generating the zone stats make sure to handle the master zone
  ("UMA Zone") carefully, because it does not have pcpu caches allocated
  at all.  In the UP case, we did not catch this because one pcpu cache
  is always allocated with the zone, but for the MP case, we were getting
  bogus stats for this zone.
  
  Tested by: Lukas Ertl <le at univie.ac.at>
  
  Revision  Changes    Path
  1.68      +7 -0      src/sys/vm/uma_core.c
    
    
More information about the cvs-all
mailing list