MIPS: Idle: Make call of function pointer readable.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
parent
f91a148aa2
commit
c9b6869dbb
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue