mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
Remove clrex instruction from Cortex-M ports again as it is implicit in interrupt entry.
This commit is contained in:
parent
c296e2cff8
commit
bdbf347c22
14 changed files with 0 additions and 25 deletions
|
@ -438,7 +438,6 @@ void xPortPendSVHandler( void )
|
|||
" \n"
|
||||
" stmdb r0!, {r4-r11, r14} \n" /* Save the core registers. */
|
||||
" str r0, [r2] \n" /* Save the new top of stack into the first member of the TCB. */
|
||||
" clrex \n" /* Ensure thread safety of atomic operations. */
|
||||
" \n"
|
||||
" stmdb sp!, {r3} \n"
|
||||
" mov r0, %0 \n"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue