pussuw commented on a change in pull request #5782:
URL: https://github.com/apache/incubator-nuttx/pull/5782#discussion_r841063332
##########
File path: arch/risc-v/Kconfig
##########
@@ -234,6 +234,10 @@ config ARCH_MPU_HAS_NAPOT
bool "PMP supports NAPOT"
default y if !PMP_HAS_LIMITED_FEATURES
+config ARCH_CPU_COUNT
Review comment:
It complicates the implementation of the percpu structure.
This is basiscally capability vs. utilization: The amount of cores in the
SoC (ARCH_CPU_COUNT) vs amount of used CPUs (SMP_NCPUS)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]