aboutsummaryrefslogtreecommitdiffstats
path: root/arch/tile
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2014-05-23 10:54:25 +0200
committerChris Metcalf <cmetcalf@tilera.com>2014-05-23 13:32:09 -0400
commitba159fd387a4d47bb41ddc3b06bfc28f33e8d936 (patch)
tree245347e25ea5b47c960157b1eb51ff0dd9af0819 /arch/tile
parenttile: cleanup the comment in init_pgprot (diff)
downloadlinux-dev-ba159fd387a4d47bb41ddc3b06bfc28f33e8d936.tar.xz
linux-dev-ba159fd387a4d47bb41ddc3b06bfc28f33e8d936.zip
tile: Update comments for generic idle conversion
As of commit 0dc8153cfebac68c9523b8852b14f10b31209f08 ("tile: Use generic idle loop"), this applies to arch_cpu_idle() instead of cpu_idle(). Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
Diffstat (limited to 'arch/tile')
-rw-r--r--arch/tile/include/asm/thread_info.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/include/asm/thread_info.h b/arch/tile/include/asm/thread_info.h
index 729aa107f64e..80ba7d40ecc0 100644
--- a/arch/tile/include/asm/thread_info.h
+++ b/arch/tile/include/asm/thread_info.h
@@ -94,7 +94,7 @@ register unsigned long stack_pointer __asm__("sp");
/* Sit on a nap instruction until interrupted. */
extern void smp_nap(void);
-/* Enable interrupts racelessly and nap forever: helper for cpu_idle(). */
+/* Enable interrupts racelessly and nap forever: helper for arch_cpu_idle(). */
extern void _cpu_idle(void);
#else /* __ASSEMBLY__ */