You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/09/03 02:20:29 UTC

[incubator-nuttx] branch master updated (74aec1c -> 08c4376)

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/incubator-nuttx.git.


    from 74aec1c  CI: Move fetch of tags back to source stage now that cache is faster
     add 08c4376  arch, include, sched : Refactor ARCH_GLOBAL_IRQDISABLE related code

No new revisions were added by this update.

Summary of changes:
 arch/Kconfig                 |  9 ---------
 arch/arm/Kconfig             |  3 ---
 arch/arm/src/sam34/Kconfig   |  1 -
 arch/risc-v/Kconfig          |  1 -
 arch/xtensa/Kconfig          |  1 -
 include/nuttx/irq.h          |  6 ++----
 sched/Kconfig                |  1 -
 sched/irq/Make.defs          |  2 --
 sched/irq/irq_csection.c     |  9 ---------
 sched/irq/irq_spinlock.c     |  5 ++---
 sched/sched/Make.defs        |  4 ----
 sched/sched/sched.h          | 28 ++--------------------------
 sched/sched/sched_lock.c     | 37 -------------------------------------
 sched/sched/sched_thistask.c | 19 -------------------
 14 files changed, 6 insertions(+), 120 deletions(-)