commit | be479e3aaaed4fe37431bc066ef7ee5577283aa4 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jul 02 09:17:57 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon Jul 02 09:17:57 2018 -0700 |
tree | dd53f42407a2c27f23db9e0fc947d58bfda8cb46 | |
parent | 9d98338ab90fca4e0f3e8d8f19033d5c0def198f [diff] |
rcu: Drop "wake" parameter from rcu_report_exp_rdp() The rcu_report_exp_rdp() function is always invoked with its "wake" argument set to "true", so this commit drops this parameter. The only potential call site that would use "false" is in the code driving the expedited grace period, and that code uses rcu_report_exp_cpu_mult() instead, which therefore retains its "wake" parameter. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>