Skip to content

Commit aef5485

Browse files
sunlimingrostedt
authored andcommitted
x86/traceponit: Fix comment about irq vector tracepoints
Commit: 4b9a8dc ("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>
1 parent feccde2 commit aef5485

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

arch/x86/kernel/tracepoint.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
3-
* Code for supporting irq vector tracepoints.
4-
*
53
* Copyright (C) 2013 Seiji Aguchi <seiji.aguchi@hds.com>
6-
*
74
*/
85
#include <linux/jump_label.h>
96
#include <linux/atomic.h>

0 commit comments

Comments
 (0)