mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-02 02:43:52 +08:00
The maxid is not the number of cpus.
This commit is contained in:
parent
af60212c0b
commit
5611dfaf95
@ -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