aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/ds.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/x86/kernel/ds.c b/arch/x86/kernel/ds.c
index 443f415441da..cab28320dac7 100644
--- a/arch/x86/kernel/ds.c
+++ b/arch/x86/kernel/ds.c
@@ -925,11 +925,6 @@ static void update_task_debugctlmsr(struct task_struct *task,
925 get_cpu(); 925 get_cpu();
926 if (task == current) 926 if (task == current)
927 update_debugctlmsr(debugctlmsr); 927 update_debugctlmsr(debugctlmsr);
928
929 if (task->thread.debugctlmsr)
930 set_tsk_thread_flag(task, TIF_DEBUGCTLMSR);
931 else
932 clear_tsk_thread_flag(task, TIF_DEBUGCTLMSR);
933 put_cpu(); 928 put_cpu();
934} 929}
935 930