This is an automated email from the ASF dual-hosted git repository.
pkarashchenko pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
from c20ed58879 arch: Remove the inclusion of arch/irq.h from chip/irq.h
new 9ab3417882 arch/risc-v: Move __XSTR, FLOAD/FSTORE and REGLOAD/REGSTORE
to the right place
new fcc48c2254 arch/arm: Don't include arch/arch.h in include/irq.h
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/arm/include/armv7-a/irq.h | 1 -
arch/arm/include/armv7-r/irq.h | 1 -
arch/risc-v/include/arch.h | 26 -------------------------
arch/risc-v/include/irq.h | 10 ++++++++--
arch/risc-v/include/syscall.h | 2 --
arch/risc-v/src/common/riscv_exception_common.S | 2 --
arch/risc-v/src/common/riscv_internal.h | 22 ++++++++++++++++++++-
arch/risc-v/src/mpfs/chip.h | 1 +
arch/x86_64/include/intel64/irq.h | 3 ++-
include/nuttx/sched.h | 2 ++
10 files changed, 34 insertions(+), 36 deletions(-)