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:
Xiang Xiao 2022-01-19 03:03:58 +08:00 committed by Petro Karashchenko
parent 5a697c18ba
commit db235f98d8

View File

@ -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