summaryrefslogtreecommitdiffstats
path: root/sys/mips/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/mips/include/param.h')
-rw-r--r--sys/mips/include/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/mips/include/param.h b/sys/mips/include/param.h
index 0b1ea98..5f25c81 100644
--- a/sys/mips/include/param.h
+++ b/sys/mips/include/param.h
@@ -87,7 +87,9 @@
#ifdef SMP
#define MAXSMPCPU 32
+#ifndef MAXCPU
#define MAXCPU MAXSMPCPU
+#endif
#else
#define MAXSMPCPU 1
#define MAXCPU 1
OpenPOWER on IntegriCloud