Implement prvYieldCore with macro (#785)
* Implement prvYieldCore with macro for performance and memory * Remove the portCHECK_IF_IN_ISR macro check. It is not required in SMP now Co-authored-by: kar-rahul-aws <118818625+kar-rahul-aws@users.noreply.github.com> Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com>
This commit is contained in:
@ -453,14 +453,6 @@
|
||||
|
||||
#endif /* portGET_ISR_LOCK */
|
||||
|
||||
#ifndef portCHECK_IF_IN_ISR
|
||||
|
||||
#if ( configNUMBER_OF_CORES > 1 )
|
||||
#error portCHECK_IF_IN_ISR is required in SMP
|
||||
#endif
|
||||
|
||||
#endif /* portCHECK_IF_IN_ISR */
|
||||
|
||||
#ifndef portENTER_CRITICAL_FROM_ISR
|
||||
|
||||
#if ( configNUMBER_OF_CORES > 1 )
|
||||
|
Reference in New Issue
Block a user