aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_phys.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/vm/vm_phys.h')
-rw-r--r--sys/vm/vm_phys.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/vm/vm_phys.h b/sys/vm/vm_phys.h
index f9c776d06919..ee4aa2de1f14 100644
--- a/sys/vm/vm_phys.h
+++ b/sys/vm/vm_phys.h
@@ -99,7 +99,7 @@ int vm_phys_mem_affinity(int f, int t);
static inline struct vm_domain *
vm_phys_domain(vm_page_t m)
{
-#if MAXMEMDOM > 1
+#ifdef VM_NUMA_ALLOC
int domn, segind;
/* XXXKIB try to assert that the page is managed */