Add a !NUMA definition for vm_domainset_iter_policy_ref_init().

Pointy hat:	markj
X-MFC with:	r339661
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Mark Johnston 2018-10-24 17:09:20 +00:00
parent 7571e24901
commit 17fbf3cf34

View File

@ -351,4 +351,12 @@ vm_domainset_iter_policy_init(struct vm_domainset_iter *di,
*domain = 0;
}
void
vm_domainset_iter_policy_ref_init(struct vm_domainset_iter *di,
struct domainset_ref *dr, int *domain, int *flags)
{
*domain = 0;
}
#endif /* NUMA */