aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/kernel/process_64.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/x86/kernel/process_64.c b/arch/x86/kernel/process_64.c
index f91521e26335..836a71adfa11 100644
--- a/arch/x86/kernel/process_64.c
+++ b/arch/x86/kernel/process_64.c
@@ -608,10 +608,6 @@ static inline void __switch_to_xtra(struct task_struct *prev_p,
608 memset(tss->io_bitmap, 0xff, prev->io_bitmap_max); 608 memset(tss->io_bitmap, 0xff, prev->io_bitmap_max);
609 } 609 }
610 610
611 /*
612 * Last branch recording recofiguration of trace hardware and
613 * disentangling of trace data per task.
614 */
615 if (test_tsk_thread_flag(prev_p, TIF_BTS_TRACE_TS)) 611 if (test_tsk_thread_flag(prev_p, TIF_BTS_TRACE_TS))
616 ptrace_bts_take_timestamp(prev_p, BTS_TASK_DEPARTS); 612 ptrace_bts_take_timestamp(prev_p, BTS_TASK_DEPARTS);
617 613