commit | cdaed73afb61913ee5115aa38b0c35ecb0513f50 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Fri Mar 04 12:35:42 2005 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Sat Oct 29 19:30:51 2005 +0100 |
tree | 5470e1535229e926fc46b27a51f0ff851afa3ca3 | |
parent | ebc7f12fbc6a2d2df1930b91b380c9defb48cbf3 [diff] |
Fix preemption bug. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
diff --git a/arch/mips/kernel/entry.S b/arch/mips/kernel/entry.S index ebc1a5d..6e01b0d 100644 --- a/arch/mips/kernel/entry.S +++ b/arch/mips/kernel/entry.S
@@ -58,9 +58,8 @@ 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)