mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-19 18:24:14 +08:00
15 lines
185 B
C
15 lines
185 B
C
|
#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;
|
||
|
}
|