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/01/20 04:00:59 UTC

[GitHub] [incubator-nuttx] xiaoxiang781216 commented on a change in pull request #5261: xtensa: add svccall handler and use svc call in context switch

xiaoxiang781216 commented on a change in pull request #5261:
URL: https://github.com/apache/incubator-nuttx/pull/5261#discussion_r788333342



##########
File path: arch/xtensa/src/common/xtensa.h
##########
@@ -274,6 +274,8 @@ void xtensa_pause_handler(void);
 int xtensa_context_save(uint32_t *regs);
 void xtensa_context_restore(uint32_t *regs) noreturn_function;

Review comment:
       should we remove xtensa_context_save and xtensa_context_restore?




-- 
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