mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-20 10:08:33 -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
|
@ -123,9 +123,6 @@ xPortPendSVHandler: .asmfunc
|
|||
;/* Save the new top of stack into the first member of the TCB. */
|
||||
str r0, [r2]
|
||||
|
||||
;/* Ensure thread safety of atomic operations. */
|
||||
clrex
|
||||
|
||||
stmdb sp!, {r3}
|
||||
ldr r0, ulMaxSyscallInterruptPriorityConst
|
||||
ldr r1, [r0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue