aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/param.h
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2013-05-07 22:46:24 +0000
committerAttilio Rao <attilio@FreeBSD.org>2013-05-07 22:46:24 +0000
commit941646f5ec5d89c10dbc9a0ff3b412b52ae74002 (patch)
treec6aaa29a3a53aeb1e8a30aaca92924124e0457e3 /sys/powerpc/include/param.h
parent168ba1089a07d90cb90d8ea6386e9533ec7f5af0 (diff)
Notes
Diffstat (limited to 'sys/powerpc/include/param.h')
-rw-r--r--sys/powerpc/include/param.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h
index f95cc0894726..25283258abda 100644
--- a/sys/powerpc/include/param.h
+++ b/sys/powerpc/include/param.h
@@ -75,6 +75,10 @@
#define MAXCPU 1
#endif /* SMP || KLD_MODULE */
+#ifndef MAXMEMDOM
+#define MAXMEMDOM 1
+#endif
+
#define ALIGNBYTES _ALIGNBYTES
#define ALIGN(p) _ALIGN(p)
/*