mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2025-06-26 03:08:27 +08:00
Remove the syscall calls as this is no longer how a context switch is performed.
This commit is contained in:
@ -93,10 +93,6 @@ vRegTest1:
|
|||||||
addiu $25, $0, 0x125
|
addiu $25, $0, 0x125
|
||||||
addiu $30, $0, 0x130
|
addiu $30, $0, 0x130
|
||||||
|
|
||||||
#if configUSE_PREEMPTION == 0
|
|
||||||
syscall 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
addiu $1, $1, -0x11
|
addiu $1, $1, -0x11
|
||||||
beq $1, $0, .+12
|
beq $1, $0, .+12
|
||||||
nop
|
nop
|
||||||
@ -236,10 +232,6 @@ vRegTest2:
|
|||||||
addiu $25, $0, 0x250
|
addiu $25, $0, 0x250
|
||||||
addiu $30, $0, 0x300
|
addiu $30, $0, 0x300
|
||||||
|
|
||||||
#if configUSE_PREEMPTION == 0
|
|
||||||
syscall 0
|
|
||||||
#endif
|
|
||||||
|
|
||||||
addiu $1, $1, -0x10
|
addiu $1, $1, -0x10
|
||||||
beq $1, $0, .+12
|
beq $1, $0, .+12
|
||||||
nop
|
nop
|
||||||
|
Reference in New Issue
Block a user