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
|
||||
|
||||
#ifdef CONFIG_SMP
|
||||
# define NCPUS CONFIG_SMP_NCPUS
|
||||
#else
|
||||
# define NCPUS 1
|
||||
#endif
|
||||
#define NCPUS CONFIG_SMP_NCPUS
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
Loading…
Reference in New Issue
Block a user