aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/process_64.c
diff options
context:
space:
mode:
authorMarkus Metzger <markus.t.metzger@intel.com>2008-01-30 13:31:20 +0100
committerIngo Molnar <mingo@elte.hu>2008-01-30 13:31:20 +0100
commit2f4aaf53c21e644ba0f581ce62b985d767388c64 (patch)
tree276c53da9ec445d6995584a43e1eca599f4b2ed6 /arch/x86/kernel/process_64.c
parentx86: avoid ifdefs in desc.h, getting rid of pack_ldt and pack_tss (diff)
downloadlinux-dev-2f4aaf53c21e644ba0f581ce62b985d767388c64.tar.xz
linux-dev-2f4aaf53c21e644ba0f581ce62b985d767388c64.zip
x86, ptrace: remove bad comment
Remove no longer correct comment. Signed-off-by: Markus Metzger <markus.t.metzger@intel.com> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/process_64.c')
-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,
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);