freebsd-dev/sys/mips
Mark Johnston 88ea538a98 Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m).
These calls are not the same in general: the former will dequeue the
page if it is enqueued, while the latter will just leave it alone.  But,
all existing uses of the former apply to unmanaged pages, which are
never enqueued in the first place.  No functional change intended.

Reviewed by:	kib
MFC after:	1 week
Sponsored by:	Netflix
Differential Revision:	https://reviews.freebsd.org/D20470
2019-06-07 18:23:29 +00:00
..
atheros Display CPU model in dmesg on mips targets 2019-05-24 01:43:35 +00:00
beri Add SMP support for BERI CPU. 2018-04-12 17:43:19 +00:00
broadcom add snps IP uart support / genaralize UART 2018-08-19 21:10:21 +00:00
cavium octusb: fix detach loop over USB ports 2019-06-01 18:19:16 +00:00
conf Catch up with r347241. 2019-05-13 01:18:17 +00:00
include mips: Implement basic pmap_kenter_device, pmap_kremove_device 2019-05-16 19:10:48 +00:00
ingenic Include eventhandler.h in more compilation units 2019-05-21 01:18:43 +00:00
malta add snps IP uart support / genaralize UART 2018-08-19 21:10:21 +00:00
mediatek [mediatek] Add support for non-flash devices on the SPI bus of the Mediatek SoCs. 2019-05-20 17:43:58 +00:00
mips Replace uses of vm_page_unwire(m, PQ_NONE) with vm_page_unwire_noq(m). 2019-06-07 18:23:29 +00:00
nlm [mips] Fix error condition check that always evaluates to false 2019-01-25 20:14:28 +00:00