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


##########
arch/tricore/include/syscall.h:
##########
@@ -207,26 +162,6 @@ static inline uintptr_t sys_call1(unsigned int nbr, 
uintptr_t parm1)
 static inline uintptr_t sys_call2(unsigned int nbr, uintptr_t parm1,
                                   uintptr_t parm2)
 {
-#ifdef CONFIG_TRICORE_TOOLCHAIN_TASKING

Review Comment:
   keep the tasking implementation



##########
arch/tricore/include/syscall.h:
##########
@@ -248,27 +182,6 @@ static inline uintptr_t sys_call2(unsigned int nbr, 
uintptr_t parm1,
 static inline uintptr_t sys_call3(unsigned int nbr, uintptr_t parm1,
                                   uintptr_t parm2, uintptr_t parm3)
 {
-#ifdef CONFIG_TRICORE_TOOLCHAIN_TASKING

Review Comment:
   keep the tasking implementation



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