commit | 33dbdbf02538e8f088f83a89de68436da590ce76 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Tue Jul 03 17:22:34 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 30 16:02:56 2018 -0700 |
tree | f0ad261e8adf69944e356fb23fdb377cf50b55a1 | |
parent | 8fd119b6522fea9ba5e68a3aa653f1490778fb25 [diff] |
rcu: Remove rsp parameter from rcu_dump_cpu_stacks() There now is only one rcu_state structure in a given build of the Linux kernel, so there is no need to pass it as a parameter to RCU's functions. This commit therefore removes the rsp parameter from rcu_dump_cpu_stacks(). Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>