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



##########
File path: include/nuttx/sched.h
##########
@@ -402,7 +401,7 @@ struct stackinfo_s
   FAR void *stack_alloc_ptr;             /* Pointer to allocated stack         
 */
                                          /* Needed to deallocate stack         
 */
   FAR void *adj_stack_ptr;               /* Adjusted stack_alloc_ptr for HW    
 */
-                                         /* The initial stack pointer value    
 */
+  FAR void *tls_info_ptr;                /* Thread local storage information   
 */

Review comment:
       Ok, I will remove tls_info_ptr




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