mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Remove the syscall calls as this is no longer how a context switch is performed.
This commit is contained in:
parent
bd44f90e50
commit
ad52311deb
|
@ -93,10 +93,6 @@ vRegTest1:
|
|||
addiu $25, $0, 0x125
|
||||
addiu $30, $0, 0x130
|
||||
|
||||
#if configUSE_PREEMPTION == 0
|
||||
syscall 0
|
||||
#endif
|
||||
|
||||
addiu $1, $1, -0x11
|
||||
beq $1, $0, .+12
|
||||
nop
|
||||
|
@ -236,10 +232,6 @@ vRegTest2:
|
|||
addiu $25, $0, 0x250
|
||||
addiu $30, $0, 0x300
|
||||
|
||||
#if configUSE_PREEMPTION == 0
|
||||
syscall 0
|
||||
#endif
|
||||
|
||||
addiu $1, $1, -0x10
|
||||
beq $1, $0, .+12
|
||||
nop
|
||||
|
|
Loading…
Reference in a new issue