projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d54c15
)
x86,tracing: Remove unused headers
author
sunliming
<kelulanainsley@gmail.com>
Wed, 25 May 2022 01:28:27 +0000
(09:28 +0800)
committer
Steven Rostedt (Google)
<rostedt@goodmis.org>
Fri, 27 May 2022 01:13:01 +0000
(21:13 -0400)
Commit
4b9a8dca0e58
("x86/idt: Remove the tracing IDT completely")
removed the tracing IDT from the file arch/x86/kernel/tracepoint.c,
but left the related headers unused, remove it.
Link:
https://lkml.kernel.org/r/20220525012827.93464-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 fcfc077afe2dcf86915a1e493bf8ff9048cb5235..f39aad69fb642c1b58e010de2fdb58a9199fd1c1 100644
(file)
--- a/
arch/x86/kernel/tracepoint.c
+++ b/
arch/x86/kernel/tracepoint.c
@@
-8,10
+8,7
@@
#include <linux/jump_label.h>
#include <linux/atomic.h>
-#include <asm/hw_irq.h>
-#include <asm/desc.h>
#include <asm/trace/exceptions.h>
-#include <asm/trace/irq_vectors.h>
DEFINE_STATIC_KEY_FALSE(trace_pagefault_key);