masayuki2009 commented on a change in pull request #2061:
URL: https://github.com/apache/incubator-nuttx/pull/2061#discussion_r510518398



##########
File path: arch/arm/src/armv7-a/smp.h
##########
@@ -58,7 +58,7 @@
 #define SMP_STACK_MASK       7
 #define SMP_STACK_SIZE       ((CONFIG_SMP_IDLETHREAD_STACKSIZE + 7) & ~7)
 #define SMP_STACK_WORDS      (SMP_STACK_SIZE >> 2)
-#define SMP_STACK_TOP        (SMP_STACK_SIZE - 8)
+#define SMP_STACK_TOP        (SMP_STACK_SIZE)

Review comment:
       @xiaoxiang781216 
   Thanks for the advice.
   OK, to reduce complexity, I will replace them and remove SMP_STACK_TOP.
   




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

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


Reply via email to