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


##########
arch/tricore/include/syscall.h:
##########
@@ -292,28 +204,6 @@ static inline uintptr_t sys_call4(unsigned int nbr, 
uintptr_t parm1,
                                   uintptr_t parm2, uintptr_t parm3,
                                   uintptr_t parm4)
 {
-#ifdef CONFIG_TRICORE_TOOLCHAIN_TASKING

Review Comment:
   keep the tasking implementation



##########
arch/tricore/include/syscall.h:
##########
@@ -339,29 +228,6 @@ static inline uintptr_t sys_call5(unsigned int nbr, 
uintptr_t parm1,
                                   uintptr_t parm2, uintptr_t parm3,
                                   uintptr_t parm4, uintptr_t parm5)
 {
-#ifdef CONFIG_TRICORE_TOOLCHAIN_TASKING

Review Comment:
   keep the tasking implementation



##########
arch/tricore/include/syscall.h:
##########
@@ -389,31 +254,6 @@ static inline uintptr_t sys_call6(unsigned int nbr, 
uintptr_t parm1,
                                   uintptr_t parm4, uintptr_t parm5,
                                   uintptr_t parm6)
 {
-#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