diff options
| author | Attilio Rao <attilio@FreeBSD.org> | 2011-07-19 00:37:24 +0000 |
|---|---|---|
| committer | Attilio Rao <attilio@FreeBSD.org> | 2011-07-19 00:37:24 +0000 |
| commit | 68b739cd6f5af9b2f4f03fe7bb9627dee6e03c42 (patch) | |
| tree | 05f7da2af94ce8adb51cef94323beaa68ef121a7 /sys/powerpc/include/param.h | |
| parent | fcc3d62fa50d0433048a71d54e385ef75ec06011 (diff) | |
Notes
Diffstat (limited to 'sys/powerpc/include/param.h')
| -rw-r--r-- | sys/powerpc/include/param.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/powerpc/include/param.h b/sys/powerpc/include/param.h index 06b131c2a676..f95cc0894726 100644 --- a/sys/powerpc/include/param.h +++ b/sys/powerpc/include/param.h @@ -68,7 +68,9 @@ #endif #if defined(SMP) || defined(KLD_MODULE) +#ifndef MAXCPU #define MAXCPU 8 +#endif #else #define MAXCPU 1 #endif /* SMP || KLD_MODULE */ |
