1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-10-19 02:29:40 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339689

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 */