You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/arch/um/sys-x86_64/tls.c

14 lines
185 B

#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;
}