svn commit: r339689 - head/sys/vm

Mark Johnston markj at FreeBSD.org
Wed Oct 24 17:09:21 UTC 2018


Author: markj
Date: Wed Oct 24 17:09:20 2018
New Revision: 339689
URL: https://svnweb.freebsd.org/changeset/base/339689

Log:
  Add a !NUMA definition for vm_domainset_iter_policy_ref_init().
  
  Pointy hat:	markj
  X-MFC with:	r339661
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/vm/vm_domainset.c

Modified: head/sys/vm/vm_domainset.c
==============================================================================
--- head/sys/vm/vm_domainset.c	Wed Oct 24 16:49:16 2018	(r339688)
+++ head/sys/vm/vm_domainset.c	Wed Oct 24 17:09:20 2018	(r339689)
@@ -351,4 +351,12 @@ vm_domainset_iter_policy_init(struct vm_domainset_iter
 	*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 */


More information about the svn-src-head mailing list