mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 15:18:15 +00:00
rcu/nocb: Remove obsolete nocb_gp_head and nocb_gp_tail fields
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
This commit is contained in:
parent
2a777de757
commit
4f9c1bc727
1 changed files with 2 additions and 4 deletions
|
@ -201,10 +201,8 @@ struct rcu_data {
|
||||||
struct timer_list nocb_timer; /* Enforce finite deferral. */
|
struct timer_list nocb_timer; /* Enforce finite deferral. */
|
||||||
|
|
||||||
/* The following fields are used by GP kthread, hence own cacheline. */
|
/* The following fields are used by GP kthread, hence own cacheline. */
|
||||||
struct rcu_head *nocb_gp_head ____cacheline_internodealigned_in_smp;
|
bool nocb_gp_sleep ____cacheline_internodealigned_in_smp;
|
||||||
/* CBs waiting for GP. */
|
/* Is the nocb GP thread asleep? */
|
||||||
struct rcu_head **nocb_gp_tail;
|
|
||||||
bool nocb_gp_sleep; /* Is the nocb GP thread asleep? */
|
|
||||||
struct swait_queue_head nocb_gp_wq; /* For nocb kthreads to sleep on. */
|
struct swait_queue_head nocb_gp_wq; /* For nocb kthreads to sleep on. */
|
||||||
bool nocb_cb_sleep; /* Is the nocb CB thread asleep? */
|
bool nocb_cb_sleep; /* Is the nocb CB thread asleep? */
|
||||||
struct task_struct *nocb_cb_kthread;
|
struct task_struct *nocb_cb_kthread;
|
||||||
|
|
Loading…
Add table
Reference in a new issue