diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-06-06 17:38:33 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-06-06 19:08:18 -0400 |
commit | 0d2b7ea9287d39e87531d233ba885263e6160127 (patch) | |
tree | a660be4436528f0a072c5b553f00f6cdd0bf6ff2 | |
parent | 835eeeed73718b226318c82f7c636e1baff4f118 (diff) |
powerpc: update comments for generic idle conversion
As of commit 799fef06123f ("powerpc: Use generic idle loop"), this
applies to arch_cpu_idle() instead of cpu_idle().
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | arch/powerpc/kernel/irq.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/irq.c b/arch/powerpc/kernel/irq.c index ca1cd7459c4a..248ee7e5bebd 100644 --- a/arch/powerpc/kernel/irq.c +++ b/arch/powerpc/kernel/irq.c | |||
@@ -304,7 +304,7 @@ void notrace restore_interrupts(void) | |||
304 | * being re-enabled and generally sanitized the lazy irq state, | 304 | * being re-enabled and generally sanitized the lazy irq state, |
305 | * and in the latter case it will leave with interrupts hard | 305 | * and in the latter case it will leave with interrupts hard |
306 | * disabled and marked as such, so the local_irq_enable() call | 306 | * disabled and marked as such, so the local_irq_enable() call |
307 | * in cpu_idle() will properly re-enable everything. | 307 | * in arch_cpu_idle() will properly re-enable everything. |
308 | */ | 308 | */ |
309 | bool prep_irq_for_idle(void) | 309 | bool prep_irq_for_idle(void) |
310 | { | 310 | { |