The generic idle loop has already disabled interrupts so this is redundant.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
 
 static void r39xx_wait(void)
 {
-       local_irq_disable();
        if (!need_resched())
                write_c0_conf(read_c0_conf() | TX39_CONF_HALT);
        local_irq_enable();
  */
 void r4k_wait_irqoff(void)
 {
-       local_irq_disable();
        if (!need_resched())
                __asm__(
                "       .set    push            \n"
  */
 static void rm7k_wait_irqoff(void)
 {
-       local_irq_disable();
        if (!need_resched())
                __asm__(
                "       .set    push                                    \n"