mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 01:42:56 +08:00
The maxid is not the number of cpus.
This commit is contained in:

committed by
Sebastian Huber

parent
af60212c0b
commit
5611dfaf95
@@ -87,7 +87,7 @@ extern volatile int smp_started;
|
|||||||
|
|
||||||
extern cpuset_t all_cpus;
|
extern cpuset_t all_cpus;
|
||||||
#else /* __rtems__ */
|
#else /* __rtems__ */
|
||||||
#define mp_maxid 1U
|
#define mp_maxid 0U
|
||||||
#define mp_maxcpus 1
|
#define mp_maxcpus 1
|
||||||
#define mp_ncpus 1
|
#define mp_ncpus 1
|
||||||
#define all_cpus 1U
|
#define all_cpus 1U
|
||||||
|
Reference in New Issue
Block a user