Date: Sat, 12 Feb 2011 02:10:08 +0000 (UTC) From: Juli Mallett <jmallett@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm vm_meter.c Message-ID: <201102120210.p1C2AWtL021462@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jmallett 2011-02-12 02:10:08 UTC FreeBSD src repository Modified files: sys/vm vm_meter.c Log: SVN rev 218592 on 2011-02-12 02:10:08Z by jmallett Use CPU_FOREACH rather than expecting CPUs 0 through mp_ncpus-1 to be present. Don't micro-optimize the uniprocessor case; use the same loop there. Submitted by: Bhanu Prakash Reviewed by: kib, jhb Revision Changes Path 1.103 +1 -5 src/sys/vm/vm_meter.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102120210.p1C2AWtL021462>