aboutsummaryrefslogtreecommitdiff
path: root/sys/powerpc/include/param.h
diff options
context:
space:
mode:
authorAttilio Rao <attilio@FreeBSD.org>2011-07-19 00:37:24 +0000
committerAttilio Rao <attilio@FreeBSD.org>2011-07-19 00:37:24 +0000
commit68b739cd6f5af9b2f4f03fe7bb9627dee6e03c42 (patch)
tree05f7da2af94ce8adb51cef94323beaa68ef121a7 /sys/powerpc/include/param.h
parentfcc3d62fa50d0433048a71d54e385ef75ec06011 (diff)
Notes
Diffstat (limited to 'sys/powerpc/include/param.h')
-rw-r--r--sys/powerpc/include/param.h2
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 */