]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit602b11cfe8a622828f83d17f8e9c5738a10f2a6a
tree01c47df57877e4ddbfb4f6223b9ac3ec06c16d03
parent383dafcba42874b07d01d268733ac93f210e8132
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