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 e047ca6011 Fix arch/arm/src/samv7/sam_pwm.c:489:1: error: Missing 
blank line after comment
     new 192a639f8f mm/shm: Fix several build errors with shm due to missing 
headers
     new 85470adcc3 riscv/addrenv: Make private function get_pgtable into a 
public one
     new 5c29042ab4 riscv/mmu: Implement mmu_ln_clear
     new 596ce5e7b1 riscv/addrenv: Implement up_shmat/shmdt for RISC-V

The 4 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/risc-v/src/common/Make.defs                   |   1 +
 arch/risc-v/src/common/addrenv.h                   |  19 +++
 arch/risc-v/src/common/riscv_addrenv_shm.c         | 176 +++++++++++++++++++++
 .../risc-v/src/common/riscv_addrenv_utils.c        |  70 ++++----
 arch/risc-v/src/common/riscv_mmu.h                 |  19 +++
 arch/risc-v/src/common/riscv_pgalloc.c             |  45 +-----
 mm/shm/shm_initialize.c                            |   1 +
 mm/shm/shmat.c                                     |   1 +
 mm/shm/shmctl.c                                    |   1 +
 mm/shm/shmdt.c                                     |   2 +
 mm/shm/shmget.c                                    |   1 +
 11 files changed, 264 insertions(+), 72 deletions(-)
 create mode 100644 arch/risc-v/src/common/riscv_addrenv_shm.c
 copy sched/task/task_activate.c => 
arch/risc-v/src/common/riscv_addrenv_utils.c (53%)

Reply via email to