MIPS: Idle: Don't call local_irq_disable() in cpu_wait() implementations.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 21 May 2013 12:14:48 +0000 (14:14 +0200)
committerRalf Baechle <ralf@linux-mips.org>
Tue, 21 May 2013 23:34:27 +0000 (01:34 +0200)
commitd882f07a83642283b9bc4e7f4c56ac4982c5e629
tree01c47df57877e4ddbfb4f6223b9ac3ec06c16d03
parentfb40bc3e94933007d3e42e96daf1ec8044821cb8
MIPS: Idle: Don't call local_irq_disable() in cpu_wait() implementations.

The generic idle loop has already disabled interrupts so this is redundant.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/idle.c