diff options
Diffstat (limited to 'arch/tile/include')
-rw-r--r-- | arch/tile/include/asm/thread_info.h | 2 |
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 d767ff9f59b9..48e4fd0f38e4 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"); | |||
94 | /* Sit on a nap instruction until interrupted. */ | 94 | /* Sit on a nap instruction until interrupted. */ |
95 | extern void smp_nap(void); | 95 | extern void smp_nap(void); |
96 | 96 | ||
97 | /* Enable interrupts racelessly and nap forever: helper for cpu_idle(). */ | 97 | /* Enable interrupts racelessly and nap forever: helper for arch_cpu_idle(). */ |
98 | extern void _cpu_idle(void); | 98 | extern void _cpu_idle(void); |
99 | 99 | ||
100 | #else /* __ASSEMBLY__ */ | 100 | #else /* __ASSEMBLY__ */ |