summaryrefslogtreecommitdiffstats
path: root/kernel/rcu/tree.h
diff options
context:
space:
mode:
authorNeeraj Upadhyay <quic_neeraju@quicinc.com>2021-12-13 12:32:09 +0530
committerPaul E. McKenney <paulmck@kernel.org>2022-02-01 17:19:02 -0800
commiteae9f147a4b02e132187a2d88a403b9ccc28212a (patch)
tree74676db98831b0c40723dc31f79982acdde12436 /kernel/rcu/tree.h
parent02e3024175274ed4bf7912e7a1281b300cec76b5 (diff)
downloadlinux-stable-eae9f147a4b02e132187a2d88a403b9ccc28212a.tar.gz
linux-stable-eae9f147a4b02e132187a2d88a403b9ccc28212a.tar.bz2
linux-stable-eae9f147a4b02e132187a2d88a403b9ccc28212a.zip
rcu: Remove unused rcu_state.boost
Signed-off-by: Neeraj Upadhyay <quic_neeraju@quicinc.com> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'kernel/rcu/tree.h')
-rw-r--r--kernel/rcu/tree.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/kernel/rcu/tree.h b/kernel/rcu/tree.h
index 24dd4b0d805f..e9990945483f 100644
--- a/kernel/rcu/tree.h
+++ b/kernel/rcu/tree.h
@@ -304,9 +304,8 @@ struct rcu_state {
/* The following fields are guarded by the root rcu_node's lock. */
- u8 boost ____cacheline_internodealigned_in_smp;
- /* Subject to priority boost. */
- unsigned long gp_seq; /* Grace-period sequence #. */
+ unsigned long gp_seq ____cacheline_internodealigned_in_smp;
+ /* Grace-period sequence #. */
unsigned long gp_max; /* Maximum GP duration in */
/* jiffies. */
struct task_struct *gp_kthread; /* Task for grace periods. */