repo.or.cz
/
hh.org.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
hh.org updates
[hh.org.git]
/
arch
/
um
/
sys-x86_64
/
tls.c
blob
ce1bf1b81c431dcb859db4f25410a2758c226f19
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
}