diff options
Diffstat (limited to 'arch/sh/kernel/idle.c')
-rw-r--r-- | arch/sh/kernel/idle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/kernel/idle.c b/arch/sh/kernel/idle.c index 3c45de1db71..32114e0941a 100644 --- a/arch/sh/kernel/idle.c +++ b/arch/sh/kernel/idle.c | |||
@@ -101,7 +101,7 @@ void cpu_idle(void) | |||
101 | local_irq_disable(); | 101 | local_irq_disable(); |
102 | /* Don't trace irqs off for idle */ | 102 | /* Don't trace irqs off for idle */ |
103 | stop_critical_timings(); | 103 | stop_critical_timings(); |
104 | if (cpuidle_call_idle()) | 104 | if (cpuidle_idle_call()) |
105 | pm_idle(); | 105 | pm_idle(); |
106 | /* | 106 | /* |
107 | * Sanity check to ensure that pm_idle() returns | 107 | * Sanity check to ensure that pm_idle() returns |