diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2018-10-24 17:09:20 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2018-10-24 17:09:20 +0000 |
| commit | 17fbf3cf3420c23aaa7967e9373eaec16133520b (patch) | |
| tree | bf1d752e3f72dd476bdfb662190e27987571a345 | |
| parent | 7571e24901fbc8abea6cb2a280dfd73a236f38a6 (diff) | |
Notes
| -rw-r--r-- | sys/vm/vm_domainset.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/vm/vm_domainset.c b/sys/vm/vm_domainset.c index 2aa516e62ee0..b26e9697dc6a 100644 --- a/sys/vm/vm_domainset.c +++ b/sys/vm/vm_domainset.c @@ -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 */ |
