mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
tile: Update comments for generic idle conversion
As of commit 0dc8153cfe
("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>
This commit is contained in:
parent
e540e835f8
commit
ba159fd387
1 changed files with 1 additions and 1 deletions
|
@ -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__ */
|
||||
|
|
Loading…
Add table
Reference in a new issue