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 b5d640acc5 fix Cygwin/MSYS2 ld: unrecognized option '-z' new 34412349e9 sched: add smp function call new 48ca996ad7 arch: arm64 support smp function call The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: arch/arm64/src/common/arm64_gicv3.c | 19 ++- include/nuttx/arch.h | 12 ++ include/nuttx/sched.h | 68 +++++++++ sched/Kconfig | 6 + sched/sched/CMakeLists.txt | 4 + sched/sched/Make.defs | 4 + sched/sched/sched_smp.c | 294 ++++++++++++++++++++++++++++++++++++ 7 files changed, 405 insertions(+), 2 deletions(-) create mode 100644 sched/sched/sched_smp.c