diff options
Diffstat (limited to 'arch/tile/include/asm/thread_info.h')
-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 4b7cef9e94e0..c1467ac59ce6 100644 --- a/arch/tile/include/asm/thread_info.h +++ b/arch/tile/include/asm/thread_info.h | |||
@@ -78,7 +78,7 @@ struct thread_info { | |||
78 | 78 | ||
79 | #ifndef __ASSEMBLY__ | 79 | #ifndef __ASSEMBLY__ |
80 | 80 | ||
81 | void arch_release_thread_info(struct thread_info *info); | 81 | void arch_release_thread_stack(unsigned long *stack); |
82 | 82 | ||
83 | /* How to get the thread information struct from C. */ | 83 | /* How to get the thread information struct from C. */ |
84 | register unsigned long stack_pointer __asm__("sp"); | 84 | register unsigned long stack_pointer __asm__("sp"); |