Skip to content
Snippets Groups Projects
Commit cdaed73a authored by Ralf Baechle's avatar Ralf Baechle
Browse files

Fix preemption bug.

parent ebc7f12f
No related branches found
No related tags found
No related merge requests found
......@@ -58,9 +58,8 @@ need_resched:
LONG_L t0, PT_STATUS(sp) # Interrupts off?
andi t0, 1
beqz t0, restore_all
li t0, PREEMPT_ACTIVE
sw t0, TI_PRE_COUNT($28)
jal preempt_schedule_irq
b need_resched
#endif
FEXPORT(ret_from_fork)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment