aboutsummaryrefslogtreecommitdiff
path: root/include/asm-x86/thread_info.h
blob: 407b88c170d3228642d2a9835593e4e96166eeb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _ASM_X86_THREAD_INFO_H
#ifdef CONFIG_X86_32
# include "thread_info_32.h"
#else
# include "thread_info_64.h"
#endif

#ifndef __ASSEMBLY__
extern void arch_task_cache_init(void);
extern void free_thread_info(struct thread_info *ti);
extern int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src);
#endif
#endif /* _ASM_X86_THREAD_INFO_H */