The maxid is not the number of cpus.

This commit is contained in:
Chris Johns 2016-05-06 14:40:12 +10:00 committed by Sebastian Huber
parent af60212c0b
commit 5611dfaf95

View File

@ -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