K 10 svn:author V 3 jhb K 8 svn:date V 27 2008-12-05T21:14:30.596905Z K 7 svn:log V 361 MFC: 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. Discussed with: alc (a while ago) END