You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/03/30 07:23:20 UTC

[GitHub] [incubator-nuttx] no1wudi opened a new pull request #5912: arch/risc-v/mpfs: Remove duplicated riscv_restorefpu

no1wudi opened a new pull request #5912:
URL: https://github.com/apache/incubator-nuttx/pull/5912


   ## Summary
   
   Follow #5868, forget to remove it from mpfs
   
   ## Impact
   MPFS
   ## Testing
   CI
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] no1wudi commented on pull request #5912: arch/risc-v/mpfs: Remove duplicated riscv_restorefpu

Posted by GitBox <gi...@apache.org>.
no1wudi commented on pull request #5912:
URL: https://github.com/apache/incubator-nuttx/pull/5912#issuecomment-1082722614


   @pussuw Could you take a look ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] pussuw commented on a change in pull request #5912: arch/risc-v/mpfs: Remove duplicated riscv_restorefpu

Posted by GitBox <gi...@apache.org>.
pussuw commented on a change in pull request #5912:
URL: https://github.com/apache/incubator-nuttx/pull/5912#discussion_r838280401



##########
File path: arch/risc-v/src/mpfs/mpfs_irq_dispatch.c
##########
@@ -149,9 +142,6 @@ void *riscv_dispatch_irq(uintptr_t vector, uintptr_t *regs)
       group_addrenv(NULL);
 #endif
     }
-#endif
-
-#endif

Review comment:
       I think one too many #ifdefs got removed. The build fails now (CI)

##########
File path: arch/risc-v/src/mpfs/mpfs_irq_dispatch.c
##########
@@ -149,9 +142,6 @@ void *riscv_dispatch_irq(uintptr_t vector, uintptr_t *regs)
       group_addrenv(NULL);
 #endif
     }
-#endif
-
-#endif

Review comment:
       LGTM




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx] pkarashchenko merged pull request #5912: arch/risc-v/mpfs: Remove duplicated riscv_restorefpu

Posted by GitBox <gi...@apache.org>.
pkarashchenko merged pull request #5912:
URL: https://github.com/apache/incubator-nuttx/pull/5912


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org