]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/um/sys-x86_64/tls.c
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
[linux-2.6-omap-h63xx.git] / arch / um / sys-x86_64 / tls.c
1 #include "linux/sched.h"
2
3 void debug_arch_force_load_TLS(void)
4 {
5 }
6
7 void clear_flushed_tls(struct task_struct *task)
8 {
9 }
10
11 int arch_copy_tls(struct task_struct *t)
12 {
13         return 0;
14 }