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

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


The following commit(s) were added to refs/heads/master by this push:
     new c372e1e  xtensa: Fix typo in xchal_cpX_store macros' invocation
c372e1e is described below

commit c372e1e2959dc422af01869cd4b39085bb218c98
Author: Gustavo Henrique Nihei <[email protected]>
AuthorDate: Thu Jan 13 16:00:34 2022 -0300

    xtensa: Fix typo in xchal_cpX_store macros' invocation
    
    Signed-off-by: Gustavo Henrique Nihei <[email protected]>
---
 arch/xtensa/src/common/xtensa_coproc.S | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/arch/xtensa/src/common/xtensa_coproc.S 
b/arch/xtensa/src/common/xtensa_coproc.S
index 1c3a81e..b6329a8 100644
--- a/arch/xtensa/src/common/xtensa_coproc.S
+++ b/arch/xtensa/src/common/xtensa_coproc.S
@@ -151,7 +151,7 @@ _xtensa_coproc_savestate:
        bbci.l  a2, 3, 2f
        l32i    a14, a13, 12
        add             a3, a14, a15
-       xchal_cp3store  a3, a4, a5, a6, a7 continue=0 ofs=-1 
select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
+       xchal_cp3_store a3, a4, a5, a6, a7 continue=0 ofs=-1 
select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
 2:
 #endif
 
@@ -159,7 +159,7 @@ _xtensa_coproc_savestate:
        bbci.l  a2, 4, 2f
        l32i    a14, a13, 16
        add             a3, a14, a15
-       xchal_cp4store  a3, a4, a5, a6, a7 continue=0 ofs=-1 
select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
+       xchal_cp4_store a3, a4, a5, a6, a7 continue=0 ofs=-1 
select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
 2:
 #endif
 
@@ -167,7 +167,7 @@ _xtensa_coproc_savestate:
        bbci.l  a2, 5, 2f
        l32i    a14, a13, 20
        add             a3, a14, a15
-       xchal_cp5store  a3, a4, a5, a6, a7 continue=0 ofs=-1 
select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
+       xchal_cp5_store a3, a4, a5, a6, a7 continue=0 ofs=-1 
select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
 2:
 #endif
 
@@ -175,7 +175,7 @@ _xtensa_coproc_savestate:
        bbci.l  a2, 6, 2f
        l32i    a14, a13, 24
        add             a3, a14, a15
-       xchal_cp6store  a3, a4, a5, a6, a7 continue=0 ofs=-1 
select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
+       xchal_cp6_store a3, a4, a5, a6, a7 continue=0 ofs=-1 
select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
 2:
 #endif
 
@@ -183,7 +183,7 @@ _xtensa_coproc_savestate:
        bbci.l  a2, 7, 2f
        l32i    a14, a13, 28
        add             a3, a14, a15
-       xchal_cp7store  a3, a4, a5, a6, a7 continue=0 ofs=-1 
select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
+       xchal_cp7_store a3, a4, a5, a6, a7 continue=0 ofs=-1 
select=XTHAL_SAS_TIE|XTHAL_SAS_NOCC|XTHAL_SAS_CALE alloc=XTHAL_SAS_ALL
 2:
 #endif
 

Reply via email to