This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 9d4218666c mpfs/smp: Add riscv_macros to mpfs_shead
9d4218666c is described below

commit 9d4218666cc48e55799de7274846b94dd64a0123
Author: Ville Juven <[email protected]>
AuthorDate: Wed Oct 30 15:02:22 2024 +0200

    mpfs/smp: Add riscv_macros to mpfs_shead
    
    To get definition for riscv_set_inital_sp macro
---
 arch/risc-v/src/mpfs/mpfs_shead.S | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/risc-v/src/mpfs/mpfs_shead.S 
b/arch/risc-v/src/mpfs/mpfs_shead.S
index bd6e479cf1..dbc9880aee 100644
--- a/arch/risc-v/src/mpfs/mpfs_shead.S
+++ b/arch/risc-v/src/mpfs/mpfs_shead.S
@@ -29,6 +29,7 @@
 #include "chip.h"
 #include "mpfs_memorymap.h"
 #include "riscv_internal.h"
+#include "riscv_macros.S"
 
 /****************************************************************************
  * Public Symbols

Reply via email to