Date: Wed, 20 Aug 2003 11:22:06 -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: <200308201822.h7KIM6UK082415@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bmilekic 2003/08/20 11:22:06 PDT FreeBSD src repository Modified files: sys/vm uma_core.c Log: In sysctl_vm_zone, do not calculate per-cpu cache stats on UMA_ZFLAG_INTERNAL zones at all. Apparently, Wilko's alpha was crashing while entering multi-user because, I think, we were calculating the garbage cachefree for pcpu caches that essentially don't exist for at least the 'zones' zone and it so happened that we were reading from an unmapped location. Confirmed to fix crash: wilko Helped debug: wilko, gallatin Revision Changes Path 1.74 +17 -20 src/sys/vm/uma_core.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308201822.h7KIM6UK082415>