forked from luck/tmp_suning_uos_patched
microblaze: re-enable interrupts before calling schedule
schedule() should not be called with interrupts disabled. Signed-off-by: Steven J. Magnani <steve@digidescorp.com> Signed-off-by: Michal Simek <monstr@monstr.eu>
This commit is contained in:
parent
be835674b5
commit
0d5961b7f6
@ -476,6 +476,8 @@ ENTRY(ret_from_fork)
|
|||||||
nop
|
nop
|
||||||
|
|
||||||
work_pending:
|
work_pending:
|
||||||
|
enable_irq
|
||||||
|
|
||||||
andi r11, r19, _TIF_NEED_RESCHED
|
andi r11, r19, _TIF_NEED_RESCHED
|
||||||
beqi r11, 1f
|
beqi r11, 1f
|
||||||
bralid r15, schedule
|
bralid r15, schedule
|
||||||
|
Loading…
Reference in New Issue
Block a user