| Paolo 'Blaisorblade' Giarrusso | aa6758d | 2006-03-31 02:30:22 -0800 | [diff] [blame] | 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 | } | ||||