1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-30 16:51:41 +00:00
freebsd/sys/arm
Alan Cox 6bce07ae73 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)
2007-09-15 18:47:02 +00:00
..
arm It has been observed on the mailing lists that the different categories 2007-09-15 18:47:02 +00:00
at91 Make USB work on the KB9202{,A,B} boards. This has been in p4 for about 2007-07-31 17:43:18 +00:00
compile
conf Add in all the USB devices and all the wireless goo. The KB9202 has 2007-07-31 17:45:54 +00:00
include In __bswap16_var(), make sure the 16 upper bits are cleared; while 2007-09-09 11:58:38 +00:00
sa11x0 It's probably time I learn C. 2007-09-12 18:28:09 +00:00
xscale There's no need to re-read PCIR_COMMAND once we set it. 2007-09-04 18:45:27 +00:00