Skip to content

Commit

Permalink
tile: Update comments for generic idle conversion
Browse files Browse the repository at this point in the history
As of commit 0dc8153 ("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>
  • Loading branch information
Geert Uytterhoeven authored and Chris Metcalf committed May 23, 2014
1 parent e540e83 commit ba159fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/tile/include/asm/thread_info.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__ */
Expand Down

0 comments on commit ba159fd

Please sign in to comment.