Skip to content
Commit 65518db8 authored by Liu, Changcheng's avatar Liu, Changcheng Committed by Paul E. McKenney
Browse files

rcu: Remove redundant nxttail index macro define



RCU's nxttail has been optimized to be a rcu_segcblist, which is
a multi-tailed linked list with macros defined for the indexes for
each tail.  The indexes have been defined in linux/rcu_segcblist.h,
so this commit removes the redundant definitions in kernel/rcu/tree.h.

Signed-off-by: default avatarLiu Changcheng <changcheng.liu@intel.com>
Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent bfbd767d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment