Rename CONFIG_SMP_NCPUS to CONFIG_NR_CPUS
follow up NuttX side change Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
5a697c18ba
commit
db235f98d8
@ -45,11 +45,7 @@
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONFIG_SMP
|
#define NCPUS CONFIG_SMP_NCPUS
|
||||||
# define NCPUS CONFIG_SMP_NCPUS
|
|
||||||
#else
|
|
||||||
# define NCPUS 1
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user