cvs commit: src/sys/vm uma_core.c
Bosko Milekic
bmilekic at FreeBSD.org
Wed Aug 20 11:22:07 PDT 2003
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
More information about the cvs-src
mailing list