mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-05 00:12:49 +08:00
The maxid is not the number of cpus.
This commit is contained in:
parent
27aedffc1b
commit
7a79eec6fc
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user