Date: Sat, 8 Jan 2011 22:45:22 +0000 (UTC) From: Alan Cox <alc@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/vm vm_page.c Message-ID: <201101082245.p08MjZpc000620@repoman.freebsd.org>
index | next in thread | raw e-mail
alc 2011-01-08 22:45:22 UTC
FreeBSD src repository
Modified files:
sys/vm vm_page.c
Log:
SVN rev 217171 on 2011-01-08 22:45:22Z by alc
Eliminate the counting of vm_page_pa_tryrelock calls. We really don't
need it anymore. Moreover, its implementation had a type mismatch, a
long is not necessarily an uint64_t. (This mismatch was hidden by
casting.) Move the remaining two counters up a level in the sysctl
hierarchy. There is no reason for them to be under the vm.pmap node.
Reviewed by: kib
Revision Changes Path
1.432 +10 -21 src/sys/vm/vm_page.c
help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101082245.p08MjZpc000620>
