[PATCH V2] x86/idt: traceponit.c: fix comment for irq vector tracepoints

From: sunliming
Date: Thu May 26 2022 - 07:09:42 EST


Commit:

4b9a8dca0e58 ("x86/idt: Remove the tracing IDT completely")

removed the 'tracing IDT' from arch/x86/kernel/tracepoint.c,
but left related comment. So that the comment become anachronistic.
Just remove the comment.

Signed-off-by: sunliming <sunliming@xxxxxxxxxx>
---
arch/x86/kernel/tracepoint.c | 3 ---
1 file changed, 3 deletions(-)

diff --git a/arch/x86/kernel/tracepoint.c b/arch/x86/kernel/tracepoint.c
index fcfc077afe2d..065191022035 100644
--- a/arch/x86/kernel/tracepoint.c
+++ b/arch/x86/kernel/tracepoint.c
@@ -1,9 +1,6 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Code for supporting irq vector tracepoints.
- *
* Copyright (C) 2013 Seiji Aguchi <seiji.aguchi@xxxxxxx>
- *
*/
#include <linux/jump_label.h>
#include <linux/atomic.h>
--
2.25.1