]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Since the page "frame" doesn't belong to a vm object, it can't be paged
authoralc <alc@FreeBSD.org>
Sun, 24 Sep 2017 02:50:59 +0000 (02:50 +0000)
committeralc <alc@FreeBSD.org>
Sun, 24 Sep 2017 02:50:59 +0000 (02:50 +0000)
commite455b08ba2f80649e825752c24f7580aa50dbe7a
tree3e891fcc4c70eb5bc4e5bb0600634865eddbabb2
parenteda725d65a60dd99f7aa82e41f9fe09cbac9ae9d
Since the page "frame" doesn't belong to a vm object, it can't be paged
out.  Since it can't be paged out, it is never actually enqueued in a
paging queue.  Nonetheless, passing PQ_INACTIVE to vm_page_unwire()
creates the appearance that the page "frame" is being enqueued in the
inactive queue.  As of r288122, we can avoid this false impression by
passing PQ_NONE.

MFC after: 1 week
sys/dev/ti/if_ti.c