projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
feccde2
)
x86/traceponit: Fix comment about irq vector tracepoints
author
sunliming
<sunliming@kylinos.cn>
Thu, 26 May 2022 11:08:31 +0000
(19:08 +0800)
committer
Steven Rostedt (Google)
<rostedt@goodmis.org>
Fri, 27 May 2022 02:03:52 +0000
(22:03 -0400)
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.
Link:
https://lkml.kernel.org/r/20220526110831.175743-1-sunliming@kylinos.cn
Signed-off-by: sunliming <sunliming@kylinos.cn>
Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
arch/x86/kernel/tracepoint.c
patch
|
blob
|
history
diff --git
a/arch/x86/kernel/tracepoint.c
b/arch/x86/kernel/tracepoint.c
index f39aad69fb642c1b58e010de2fdb58a9199fd1c1..03ae1caaa878df00ec5901824e1cc30cbec0f201 100644
(file)
--- 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@hds.com>
- *
*/
#include <linux/jump_label.h>
#include <linux/atomic.h>