On 2/13/07, Ralf Baechle <ralf@xxxxxxxxxxxxxx> wrote:
On Tue, Feb 13, 2007 at 02:50:18PM +0100, Franck Bui-Huu wrote: > This patch makes these routines a lot more readable whatever > the value of CONFIG_PREEMPT. Applied.
argh there's a small mistake. Could you amend this fix ? -- >8 -- diff --git a/arch/mips/kernel/entry.S b/arch/mips/kernel/entry.S index c7429b2..0b78fcb 100644 --- a/arch/mips/kernel/entry.S +++ b/arch/mips/kernel/entry.S @@ -31,7 +31,7 @@ #ifndef CONFIG_PREEMPT FEXPORT(ret_from_exception) local_irq_disable # preempt stop - b _ret_from_irq + b __ret_from_irq #endif FEXPORT(ret_from_irq) LONG_S s0, TI_REGS($28)