This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


    from e384a6a625 libs/modlib.c: Set VMA for empty and unallocated sections
     add f47c0a1953 arch/riscv: Remove CONFIG_ARCH_RV_HARTID_BASE offset from 
riscv_mhartid
     add 2195b47655 smp: Implement empty macro for obtaining logical CPU index
     add 737dc4fcdd arch/riscv: Implement cpuid mapping

No new revisions were added by this update.

Summary of changes:
 arch/Kconfig                            |  6 +++++
 arch/risc-v/include/irq.h               | 15 ++++++++++--
 arch/risc-v/src/common/riscv_cpuindex.c | 42 +++++++++++++++++++++++++++++++++
 arch/risc-v/src/common/riscv_cpustart.c |  2 +-
 arch/risc-v/src/common/riscv_internal.h | 24 ++++++++++++++++++-
 arch/risc-v/src/common/riscv_ipi.h      |  6 ++---
 arch/risc-v/src/common/riscv_macros.S   |  5 +---
 arch/risc-v/src/common/riscv_mhartid.S  |  2 +-
 include/nuttx/arch.h                    | 13 ++++++++++
 include/nuttx/sched.h                   |  2 +-
 10 files changed, 104 insertions(+), 13 deletions(-)

Reply via email to