diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-06-07 16:02:24 -0700 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2017-07-24 16:01:34 -0700 |
commit | 4e3274705324c695f56b3e1c194cd99b76eeea0f (patch) | |
tree | d20cb8ac58b85d18e08e07891c2ab03eb26c5f1d /tools/perf/builtin-script.c | |
parent | e2c75fcae4d72b229830ae7e7438d544bb71bf89 (diff) | |
download | linux-4e3274705324c695f56b3e1c194cd99b76eeea0f.tar.bz2 |
init_task: Remove redundant INIT_TASK_RCU_TREE_PREEMPT() macro
Back in the dim distant past, the task_struct structure's RCU-related
fields optionally included those needed for CONFIG_RCU_BOOST, even in
CONFIG_PREEMPT_RCU builds. The INIT_TASK_RCU_TREE_PREEMPT() macro was
used to provide initializers for those optional CONFIG_RCU_BOOST fields.
However, the CONFIG_RCU_BOOST fields are now included unconditionally
in CONFIG_PREEMPT_RCU builds, so there is no longer any need fro the
INIT_TASK_RCU_TREE_PREEMPT() macro. This commit therefore removes it
in favor of initializing the ->rcu_blocked_node field directly in the
INIT_TASK_RCU_PREEMPT() macro.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'tools/perf/builtin-script.c')
0 files changed, 0 insertions, 0 deletions