MIPS: Idle: Re-enable irqs at the end of r3081, au1k and loongson2 cpu_wait.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 21 May 2013 12:05:27 +0000 (14:05 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 21 May 2013 23:34:26 +0000 (01:34 +0200)
Without this, the

    WARN_ON_ONCE(irqs_disabled());

in the idle loop will be triggered.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

No differences found