浏览代码

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>
Geert Uytterhoeven 11 年之前
父节点
当前提交
ba159fd387
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/tile/include/asm/thread_info.h

+ 1 - 1
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__ */