Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Jul 2003 08:22:37 -0700 (PDT)
From:      Bosko Milekic <bmilekic@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:  <200307301522.h6UFMbs3046666@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@univie.ac.at>
  
  Revision  Changes    Path
  1.68      +7 -0      src/sys/vm/uma_core.c



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