aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/x86/include/asm/thread_info.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/x86/include/asm/thread_info.h b/arch/x86/include/asm/thread_info.h
index 82866697fcf1..ffae84df8a93 100644
--- a/arch/x86/include/asm/thread_info.h
+++ b/arch/x86/include/asm/thread_info.h
@@ -276,11 +276,9 @@ static inline bool is_ia32_task(void)
276 */ 276 */
277#define force_iret() set_thread_flag(TIF_NOTIFY_RESUME) 277#define force_iret() set_thread_flag(TIF_NOTIFY_RESUME)
278 278
279#endif /* !__ASSEMBLY__ */
280
281#ifndef __ASSEMBLY__
282extern void arch_task_cache_init(void); 279extern void arch_task_cache_init(void);
283extern int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src); 280extern int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src);
284extern void arch_release_task_struct(struct task_struct *tsk); 281extern void arch_release_task_struct(struct task_struct *tsk);
285#endif 282#endif /* !__ASSEMBLY__ */
283
286#endif /* _ASM_X86_THREAD_INFO_H */ 284#endif /* _ASM_X86_THREAD_INFO_H */