aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/trace/irq_vectors.h
diff options
context:
space:
mode:
authorNam Cao <namcao@linutronix.de>2025-05-12 12:50:58 +0200
committerIngo Molnar <mingo@kernel.org>2025-05-16 10:13:59 +0200
commitd49ae4172cffa51cc72bdbd668fdd2e64b0a929f (patch)
tree7e17dc90ed5213c657a863f5b5537e4e14604be3 /arch/x86/include/asm/trace/irq_vectors.h
parentLinux 6.15-rc6 (diff)
downloadlinux-d49ae4172cffa51cc72bdbd668fdd2e64b0a929f.tar.gz
linux-d49ae4172cffa51cc72bdbd668fdd2e64b0a929f.zip
x86/tracing, x86/mm: Remove redundant trace_pagefault_key
trace_pagefault_key is used to optimize the pagefault tracepoints when it is disabled. However, tracepoints already have built-in static_key for this exact purpose. Remove this redundant key. Signed-off-by: Nam Cao <namcao@linutronix.de> Signed-off-by: Ingo Molnar <mingo@kernel.org> Cc: Dave Hansen <dave.hansen@linux.intel.com> Cc: Gabriele Monaco <gmonaco@redhat.com> Cc: H. Peter Anvin <hpa@zytor.com> Cc: John Ogness <john.ogness@linutronix.de> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: linux-trace-kernel@vger.kernel.org Link: https://lore.kernel.org/r/827c7666d2989f08742a4fb869b1ed5bfaaf1dbf.1747046848.git.namcao@linutronix.de
Diffstat (limited to 'arch/x86/include/asm/trace/irq_vectors.h')
-rw-r--r--arch/x86/include/asm/trace/irq_vectors.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/include/asm/trace/irq_vectors.h b/arch/x86/include/asm/trace/irq_vectors.h
index 88e7f0f3bf62..7408bebdfde0 100644
--- a/arch/x86/include/asm/trace/irq_vectors.h
+++ b/arch/x86/include/asm/trace/irq_vectors.h
@@ -6,7 +6,6 @@
#define _TRACE_IRQ_VECTORS_H
#include <linux/tracepoint.h>
-#include <asm/trace/common.h>
#ifdef CONFIG_X86_LOCAL_APIC