mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
rcu: Remove rsp parameter from rcu_report_unblock_qs_rnp()
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_report_unblock_qs_rnp(), which is particularly appropriate in this case given that this parameter is no longer used. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
This commit is contained in:
parent
aff4e9ede5
commit
139ad4da5a
2 changed files with 2 additions and 3 deletions
|
@ -2281,8 +2281,7 @@ static void rcu_report_qs_rnp(unsigned long mask, struct rcu_node *rnp,
|
|||
* disabled.
|
||||
*/
|
||||
static void __maybe_unused
|
||||
rcu_report_unblock_qs_rnp(struct rcu_state *rsp,
|
||||
struct rcu_node *rnp, unsigned long flags)
|
||||
rcu_report_unblock_qs_rnp(struct rcu_node *rnp, unsigned long flags)
|
||||
__releases(rnp->lock)
|
||||
{
|
||||
unsigned long gps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue