summaryrefslogtreecommitdiffstats
path: root/sys/alpha/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/alpha/include/param.h')
-rw-r--r--sys/alpha/include/param.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/alpha/include/param.h b/sys/alpha/include/param.h
index 5a286f4..d75b932 100644
--- a/sys/alpha/include/param.h
+++ b/sys/alpha/include/param.h
@@ -91,8 +91,9 @@
#include <machine/alpha_cpu.h>
#include <machine/cpu.h>
+#define MAXSMPCPU 8
#ifdef SMP
-#define MAXCPU 32
+#define MAXCPU MAXSMPCPU
#else
#define MAXCPU 1
#endif
OpenPOWER on IntegriCloud