diff options
Diffstat (limited to 'arch/powerpc/kernel/idle.c')
| -rw-r--r-- | arch/powerpc/kernel/idle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/idle.c b/arch/powerpc/kernel/idle.c index e9f321d74d85..d491052c8e0c 100644 --- a/arch/powerpc/kernel/idle.c +++ b/arch/powerpc/kernel/idle.c | |||
| @@ -50,9 +50,9 @@ void cpu_idle(void) | |||
| 50 | 50 | ||
| 51 | set_thread_flag(TIF_POLLING_NRFLAG); | 51 | set_thread_flag(TIF_POLLING_NRFLAG); |
| 52 | while (1) { | 52 | while (1) { |
| 53 | ppc64_runlatch_off(); | ||
| 54 | |||
| 55 | while (!need_resched() && !cpu_should_die()) { | 53 | while (!need_resched() && !cpu_should_die()) { |
| 54 | ppc64_runlatch_off(); | ||
| 55 | |||
| 56 | if (ppc_md.power_save) { | 56 | if (ppc_md.power_save) { |
| 57 | clear_thread_flag(TIF_POLLING_NRFLAG); | 57 | clear_thread_flag(TIF_POLLING_NRFLAG); |
| 58 | /* | 58 | /* |
