Browse Source

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>
Steven J. Magnani 15 years ago
parent
commit
0d5961b7f6
1 changed files with 2 additions and 0 deletions
  1. 2 0
      arch/microblaze/kernel/entry-nommu.S

+ 2 - 0
arch/microblaze/kernel/entry-nommu.S

@@ -476,6 +476,8 @@ ENTRY(ret_from_fork)
 	nop
 
 work_pending:
+	enable_irq
+
 	andi	r11, r19, _TIF_NEED_RESCHED
 	beqi	r11, 1f
 	bralid	r15, schedule