nuttx/arch/risc-v
Ville Juven d5ea259828 RISC-V: Combine 3 variables that depend on CPU amount into one
IRQ_NSTACKS, ARCH_CPU_COUNT, CONFIG_SMP_NCPUS all relate to each
other. However, a bit of clean up can be done and everything can
be merged into SMP_NCPUS.

The MPFS bootloader case works also as it requires only 1 IRQ stack
for the hart that executes as bootloader.
2022-04-12 01:59:35 +08:00
..
include RISC-V: Combine 3 variables that depend on CPU amount into one 2022-04-12 01:59:35 +08:00
src RISC-V: Combine 3 variables that depend on CPU amount into one 2022-04-12 01:59:35 +08:00
Kconfig RISC-V: Combine 3 variables that depend on CPU amount into one 2022-04-12 01:59:35 +08:00