zyfeier commented on code in PR #19041:
URL: https://github.com/apache/nuttx/pull/19041#discussion_r3367087631


##########
arch/tricore/src/common/tricore_createstack.c:
##########
@@ -28,65 +28,23 @@
 
 #include <sys/types.h>
 #include <stdint.h>
-#include <sched.h>
 #include <assert.h>
-#include <nuttx/debug.h>
+#include <debug.h>
 
-#include <nuttx/kmalloc.h>
 #include <nuttx/arch.h>
-#include <nuttx/tls.h>
 #include <nuttx/board.h>
-#include <arch/board/board.h>
+#include <nuttx/kmalloc.h>
+#include <nuttx/sched.h>
 
 #include <tricore_internal.h>
 
 /****************************************************************************
  * Public Functions
  ****************************************************************************/
 
-/****************************************************************************

Review Comment:
   Why were these comments removed?



##########
arch/tricore/src/common/tricore_createstack.c:
##########
@@ -95,11 +53,6 @@ int up_create_stack(struct tcb_s *tcb, size_t stack_size, 
uint8_t ttype)
     }
 #endif
 
-  /* Is there already a stack allocated of a different size?  Because of

Review Comment:
   Why were these comments removed?



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to