MIPS: Idle: Make call of function pointer readable.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
@@ -234,7 +234,7 @@ void arch_cpu_idle(void)
|
|||||||
{
|
{
|
||||||
smtc_idle_hook();
|
smtc_idle_hook();
|
||||||
if (cpu_wait)
|
if (cpu_wait)
|
||||||
(*cpu_wait)();
|
cpu_wait();
|
||||||
else
|
else
|
||||||
local_irq_enable();
|
local_irq_enable();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user