linuxkpi: Add mapping_clear_unevictable stub

Reviewed by:	hselasky
Obtained from:	drm-kmod
Sponsored by:	Beckhoff Automation GmbH & Co. KG
Differential Revision:	https://reviews.freebsd.org/D35939
This commit is contained in:
Emmanuel Vadot 2022-07-26 10:13:16 +02:00
parent 6890e327a8
commit 4aa82e4358

View File

@ -42,4 +42,9 @@ release_pages(struct page **pages, int nr)
put_page(pages[i]);
}
static inline void
mapping_clear_unevictable(vm_object_t mapping)
{
}
#endif