blob: 407b88c170d3228642d2a9835593e4e96166eeb4 [file] [log] [blame]
Suresh Siddha61c46282008-03-10 15:28:04 -07001#ifndef _ASM_X86_THREAD_INFO_H
Thomas Gleixner96a388d2007-10-11 11:20:03 +02002#ifdef CONFIG_X86_32
3# include "thread_info_32.h"
4#else
5# include "thread_info_64.h"
6#endif
Suresh Siddha61c46282008-03-10 15:28:04 -07007
8#ifndef __ASSEMBLY__
9extern void arch_task_cache_init(void);
10extern void free_thread_info(struct thread_info *ti);
11extern int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src);
12#endif
13#endif /* _ASM_X86_THREAD_INFO_H */