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/02/15 11:27:05 UTC

[GitHub] [incubator-nuttx] zhuyanlinzyl commented on a change in pull request #5336: xtensa: use swint to swith context

zhuyanlinzyl commented on a change in pull request #5336:
URL: https://github.com/apache/incubator-nuttx/pull/5336#discussion_r806730263



##########
File path: arch/xtensa/include/syscall.h
##########
@@ -29,10 +29,34 @@
  * Included Files
  ****************************************************************************/
 
+#include <nuttx/config.h>
+#include <debug.h>
+#include <arch/irq.h>
+#ifndef __ASSEMBLY__
+#  include <stdint.h>
+#endif
+
+#include "xtensa_swi.h"

Review comment:
       It's my mistake, I update the patch again.
   
   Your can build now




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