From: Markus Metzger Date: Wed, 30 Jan 2008 12:31:20 +0000 (+0100) Subject: x86, ptrace: remove bad comment X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2f4aaf53c21e644ba0f581ce62b985d767388c64;p=linux-beck.git x86, ptrace: remove bad comment Remove no longer correct comment. Signed-off-by: Markus Metzger Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- 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, memset(tss->io_bitmap, 0xff, prev->io_bitmap_max); } - /* - * Last branch recording recofiguration of trace hardware and - * disentangling of trace data per task. - */ if (test_tsk_thread_flag(prev_p, TIF_BTS_TRACE_TS)) ptrace_bts_take_timestamp(prev_p, BTS_TASK_DEPARTS);