blob: ce1bf1b81c431dcb859db4f25410a2758c226f19 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#include "linux/sched.h"
void debug_arch_force_load_TLS(void)
{
}
void clear_flushed_tls(struct task_struct *task)
{
}
int arch_copy_tls(struct task_struct *t)
{
return 0;
}
|