This is an automated email from the ASF dual-hosted git repository.
ligd pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 0285c0b901 cmake(bugfix):disable proxy and service source in open-amp
new a567148888 sched: add up_this_task and up_change_task macro stub
new 948ac9b4cc arm64: add up_this_task and up_change_task macro impl
new aa0346610b arm64: we need to initialize the percpu register storing
the current task more earlier.
The 3 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/include/arch.h | 6 ++++-
arch/arm64/include/irq.h | 43 ++++++------------------------
arch/arm64/src/common/arm64_cpustart.c | 8 +++++-
arch/arm64/src/common/arm64_doirq.c | 15 +++++------
arch/arm64/src/common/arm64_fatal.c | 15 ++++++-----
arch/arm64/src/common/arm64_registerdump.c | 1 +
fs/procfs/fs_procfstcbinfo.c | 1 +
include/nuttx/arch.h | 37 +++++++++++++++++++++++++
libs/libc/time/lib_localtime.c | 1 +
net/utils/net_snoop.c | 1 +
sched/init/nx_start.c | 5 ++++
sched/sched/sched.h | 11 +++++---
sched/sched/sched_addreadytorun.c | 2 ++
sched/sched/sched_mergepending.c | 1 +
sched/sched/sched_process_delivered.c | 1 +
sched/sched/sched_profil.c | 1 +
sched/sched/sched_removereadytorun.c | 3 +++
17 files changed, 97 insertions(+), 55 deletions(-)