aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2021-11-30 20:51:54 +0100
committerIngo Molnar <mingo@kernel.org>2022-03-15 12:57:39 +0100
commit4eaee7cd0e8bdebe34d3c2d8257628308404a5d8 (patch)
tree53ca2e0045fec89ce7e304992841bffe517b2adc
parent3e690ff019bc7e25a37ccc204571dc48707263eb (diff)
downloadtip-4eaee7cd0e8bdebe34d3c2d8257628308404a5d8.tar.gz
headers/deps: rcu: Optimize <linux/rcupdate.h> dependencies, remove <asm/processor.h> inclusion
-------------------------------------------------------------------- | Combined, preprocessed C code size of header, without line markers, | with comments stripped: ------------------------- before: | #include <linux/rcupdate.h> | LOC: 2,743 | headers: 119 after: | #include <linux/rcupdate.h> | LOC: 2,358 | headers: 112 Signed-off-by: Ingo Molnar <mingo@kernel.org>
-rw-r--r--include/linux/rcupdate.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rcupdate.h b/include/linux/rcupdate.h
index 93cf8516c1c2f..c509713662a54 100644
--- a/include/linux/rcupdate.h
+++ b/include/linux/rcupdate.h
@@ -32,7 +32,6 @@
#include <linux/preempt.h>
#include <linux/bottom_half.h>
#include <linux/lockdep.h>
-#include <asm/processor.h>
#include <linux/cpumask.h>
#include <linux/sched/per_task.h>