diff options
Diffstat (limited to 'arch/x86/kernel/ds.c')
-rw-r--r-- | arch/x86/kernel/ds.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/x86/kernel/ds.c b/arch/x86/kernel/ds.c index 21a3852abf68..71cab3b62dce 100644 --- a/arch/x86/kernel/ds.c +++ b/arch/x86/kernel/ds.c | |||
@@ -1352,16 +1352,6 @@ void ds_switch_to(struct task_struct *prev, struct task_struct *next) | |||
1352 | update_debugctlmsr(debugctlmsr); | 1352 | update_debugctlmsr(debugctlmsr); |
1353 | } | 1353 | } |
1354 | 1354 | ||
1355 | void ds_copy_thread(struct task_struct *tsk, struct task_struct *father) | ||
1356 | { | ||
1357 | clear_tsk_thread_flag(tsk, TIF_DS_AREA_MSR); | ||
1358 | tsk->thread.ds_ctx = NULL; | ||
1359 | } | ||
1360 | |||
1361 | void ds_exit_thread(struct task_struct *tsk) | ||
1362 | { | ||
1363 | } | ||
1364 | |||
1365 | static __init int ds_selftest(void) | 1355 | static __init int ds_selftest(void) |
1366 | { | 1356 | { |
1367 | if (ds_cfg.sizeof_rec[ds_bts]) { | 1357 | if (ds_cfg.sizeof_rec[ds_bts]) { |