]> 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)
commit2edf87d6423f973db2338a40d9eeb7a1849a4522
tree01c47df57877e4ddbfb4f6223b9ac3ec06c16d03
parent681bcc3e33311fede86438756ae34c3e5c6083bc
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