diff options
author | alc <alc@FreeBSD.org> | 2007-09-15 18:47:02 +0000 |
---|---|---|
committer | alc <alc@FreeBSD.org> | 2007-09-15 18:47:02 +0000 |
commit | 20b10da7063cd4f24e83139ffcb5c6c7eec6f5ed (patch) | |
tree | 3e80f44469adf9c118d276d6774b85e72d19ce96 /sys/nfs4client | |
parent | 0188378655831f69b6dfe72c699ed262ae4d42f3 (diff) | |
download | FreeBSD-src-20b10da7063cd4f24e83139ffcb5c6c7eec6f5ed.zip FreeBSD-src-20b10da7063cd4f24e83139ffcb5c6c7eec6f5ed.tar.gz |
It has been observed on the mailing lists that the different categories
of pages don't sum to anywhere near the total number of pages on amd64.
This is for the most part because uma_small_alloc() pages have never been
counted as wired pages, like their kmem_malloc() brethren. They should
be. This changes fixes that.
It is no longer necessary for the page queues lock to be held to free
pages allocated by uma_small_alloc(). I removed the acquisition and
release of the page queues lock from uma_small_free() on amd64 and ia64
weeks ago. This patch updates the other architectures that have
uma_small_alloc() and uma_small_free().
Approved by: re (kensmith)
Diffstat (limited to 'sys/nfs4client')
0 files changed, 0 insertions, 0 deletions