[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220420082137.1018577-1-sunliming@kylinos.cn>
Date: Wed, 20 Apr 2022 16:21:37 +0800
From: sunliming <sunliming@...inos.cn>
To: tglx@...utronix.de, mingo@...hat.com, bp@...en8.de,
dave.hansen@...ux.intel.com, x86@...nel.org, hpa@...or.com,
linux-kernel@...r.kernel.org
Cc: sunliming <sunliming@...inos.cn>
Subject: [PATCH] x86,trace: Remove the incorrect notes in file arch/x86/kernel/tracepoint.c
The notes "Code for supporting irq vector tracepoints." is used for irq
vector tracepoints. But commit 809547472eda ("x86/tracing: Disentangle
pagefault and resched IPI tracing key") has remove all of the special
code for irq vector tracepoints. And the file is common for irq vector
tracepoints and page fault traceponits. Just remove the incorrect notes.
Signed-off-by: sunliming <sunliming@...inos.cn>
---
arch/x86/kernel/tracepoint.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/x86/kernel/tracepoint.c b/arch/x86/kernel/tracepoint.c
index fcfc077afe2d..18daa9291002 100644
--- a/arch/x86/kernel/tracepoint.c
+++ b/arch/x86/kernel/tracepoint.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: GPL-2.0
/*
- * Code for supporting irq vector tracepoints.
*
* Copyright (C) 2013 Seiji Aguchi <seiji.aguchi@....com>
*
--
2.25.1
Powered by blists - more mailing lists