Revert "FreeRTOS SMP: direct access to current TCB inside stack macros (#1270)" (#1272)

This reverts commit 4162ca49d6.
This commit is contained in:
Gaurav-Aggarwal-AWS 2025-05-05 15:45:15 +05:30 committed by GitHub
parent 4162ca49d6
commit e3a0e3e86a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 101 deletions

View file

@ -5251,7 +5251,7 @@ BaseType_t xTaskIncrementTick( void )
#endif /* configGENERATE_RUN_TIME_STATS */
/* Check for stack overflow, if configured. */
taskCHECK_FOR_STACK_OVERFLOW( xCoreID );
taskCHECK_FOR_STACK_OVERFLOW();
/* Before the currently running task is switched out, save its errno. */
#if ( configUSE_POSIX_ERRNO == 1 )