revert: thread_info.h change
[linux-2.6-block.git] / include / asm-x86 / thread_info.h
CommitLineData
61c4628b 1#ifndef _ASM_X86_THREAD_INFO_H
96a388de
TG
2#ifdef CONFIG_X86_32
3# include "thread_info_32.h"
4#else
5# include "thread_info_64.h"
6#endif
61c4628b
SS
7
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);
2adee9b3 12#define arch_task_cache_init arch_task_cache_init
61c4628b
SS
13#endif
14#endif /* _ASM_X86_THREAD_INFO_H */