]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blob - include/asm-x86/thread_info.h
77244f17993f303d8e80e8af7b0f71e50e69f0a7
[linux-2.6-omap-h63xx.git] / include / asm-x86 / thread_info.h
1 #ifndef _ASM_X86_THREAD_INFO_H
2 #ifdef CONFIG_X86_32
3 # include "thread_info_32.h"
4 #else
5 # include "thread_info_64.h"
6 #endif
7
8 #ifndef __ASSEMBLY__
9 extern void arch_task_cache_init(void);
10 extern void free_thread_info(struct thread_info *ti);
11 extern int arch_dup_task_struct(struct task_struct *dst, struct task_struct *src);
12 #define arch_task_cache_init arch_task_cache_init
13 #endif
14 #endif /* _ASM_X86_THREAD_INFO_H */