summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--freebsd/sys/sys/smp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/sys/smp.h b/freebsd/sys/sys/smp.h
index 6038c38d..776fc3a1 100644
--- a/freebsd/sys/sys/smp.h
+++ b/freebsd/sys/sys/smp.h
@@ -87,7 +87,7 @@ extern volatile int smp_started;
extern cpuset_t all_cpus;
#else /* __rtems__ */
-#define mp_maxid 1U
+#define mp_maxid 0U
#define mp_maxcpus 1
#define mp_ncpus 1
#define all_cpus 1U