Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba159fd3 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Chris Metcalf
Browse files

tile: Update comments for generic idle conversion



As of commit 0dc8153c ("tile: Use generic
idle loop"), this applies to arch_cpu_idle() instead of cpu_idle().

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarChris Metcalf <cmetcalf@tilera.com>
parent e540e835
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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__ */