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.
15 lines
185 B
15 lines
185 B
19 years ago
|
#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;
|
||
|
}
|