mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-06 21:25:00 -05:00
Remove pxCurrentTCB define in SMP
This commit is contained in:
parent
1c9130fbfa
commit
8200e590f1
2 changed files with 38 additions and 34 deletions
1
tasks.c
1
tasks.c
|
|
@ -463,7 +463,6 @@ typedef tskTCB TCB_t;
|
|||
/* More details at: https://github.com/FreeRTOS/FreeRTOS-Kernel/blob/main/MISRA.md#rule-84 */
|
||||
/* coverity[misra_c_2012_rule_8_4_violation] */
|
||||
portDONT_DISCARD PRIVILEGED_DATA TCB_t * volatile pxCurrentTCBs[ configNUMBER_OF_CORES ];
|
||||
#define pxCurrentTCB prvGetCurrentTaskTCBUnsafe()
|
||||
#endif
|
||||
|
||||
/* Lists for ready and blocked tasks. --------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue