All of lore.kernel.org
 help / color / mirror / Atom feed
From: sunliming <sunliming@kylinos.cn>
To: mingo@kernel.org, linux-tip-commits@vger.kernel.org,
	dave.hansen@linux.intel.com, rostedt@goodmis.org
Cc: x86@kernel.org, linux-kernel@vger.kernel.org,
	sunliming@kylinos.cn, kelulanainsley@gmail.com
Subject: [PATCH V2] x86/idt: traceponit.c: fix comment for irq vector tracepoints
Date: Thu, 26 May 2022 19:08:31 +0800	[thread overview]
Message-ID: <20220526110831.175743-1-sunliming@kylinos.cn> (raw)

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@kylinos.cn>
---
 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@hds.com>
- *
  */
 #include <linux/jump_label.h>
 #include <linux/atomic.h>
-- 
2.25.1


             reply	other threads:[~2022-05-26 11:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-26 11:08 sunliming [this message]
2022-05-26 16:24 ` [PATCH V2] x86/idt: traceponit.c: fix comment for irq vector tracepoints Dave Hansen
2022-05-26 18:38   ` Steven Rostedt

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220526110831.175743-1-sunliming@kylinos.cn \
    --to=sunliming@kylinos.cn \
    --cc=dave.hansen@linux.intel.com \
    --cc=kelulanainsley@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=rostedt@goodmis.org \
    --cc=x86@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.