aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/param.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm/include/param.h')
-rw-r--r--sys/arm/include/param.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arm/include/param.h b/sys/arm/include/param.h
index 1694bc43c5ed..96a70388f1f5 100644
--- a/sys/arm/include/param.h
+++ b/sys/arm/include/param.h
@@ -61,7 +61,9 @@
#define MID_MACHINE MID_ARM6
#if defined(SMP) || defined(KLD_MODULE)
+#ifndef MAXCPU
#define MAXCPU 2
+#endif
#else
#define MAXCPU 1
#endif /* SMP || KLD_MODULE */