This is an automated email from the ASF dual-hosted git repository.
jiuzhudong pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
from 3ba6047e294 drivers/sensors/tmp112: Add support for TMP112 temperature
sensor
new f55e6f63838 sched: Remove race condition in sched_unlock
new 3e29996d972 sched: After nxsched_add_readytorun, change first
parameter to up_switch_context to this_task()
new 142f32121a6 sched: Remove pending list for CONFIG_SMP
new 4cc384757bd sched: Change SMP list "g_assignedtasks" to a vector
new 0dbbce3a8fe sched: Remove unnecessary affinity restriction &
restoration over smp calls
The 5 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:
sched/group/group_continue.c | 2 +-
sched/init/nx_start.c | 61 +++------
sched/mqueue/mq_rcvinternal.c | 2 +-
sched/mqueue/mq_sndinternal.c | 2 +-
sched/mqueue/mq_waitirq.c | 2 +-
sched/mqueue/msgrcv.c | 2 +-
sched/mqueue/msgsnd.c | 2 +-
sched/paging/pg_worker.c | 8 +-
sched/sched/CMakeLists.txt | 5 +-
sched/sched/Make.defs | 5 +-
sched/sched/sched.h | 103 ++++++++++-----
sched/sched/sched_addreadytorun.c | 227 ++++++++++++++++------------------
sched/sched/sched_backtrace.c | 6 -
sched/sched/sched_mergepending.c | 133 --------------------
sched/sched/sched_mergeprioritized.c | 162 ------------------------
sched/sched/sched_process_delivered.c | 86 ++++---------
sched/sched/sched_removereadytorun.c | 157 ++---------------------
sched/sched/sched_roundrobin.c | 11 +-
sched/sched/sched_setpriority.c | 160 +++---------------------
sched/sched/sched_suspend.c | 19 +--
sched/sched/sched_unlock.c | 26 ++--
sched/semaphore/sem_post.c | 2 +-
sched/semaphore/sem_waitirq.c | 2 +-
sched/signal/sig_dispatch.c | 12 +-
sched/signal/sig_timedwait.c | 4 +-
sched/task/task_activate.c | 2 +-
sched/task/task_restart.c | 6 -
sched/task/task_terminate.c | 5 -
28 files changed, 308 insertions(+), 906 deletions(-)
delete mode 100644 sched/sched/sched_mergeprioritized.c