diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2013-05-07 22:46:24 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2013-05-07 22:46:24 +0000 |
| commit | 941646f5ec5d89c10dbc9a0ff3b412b52ae74002 (patch) | |
| tree | c6aaa29a3a53aeb1e8a30aaca92924124e0457e3 /sys/powerpc/include/param.h | |
| parent | 168ba1089a07d90cb90d8ea6386e9533ec7f5af0 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/include/param.h')
| -rw-r--r-- | sys/powerpc/include/param.h | 4 |
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) /* |
