commit | 4e95020cdd34bbfc86f9c705f4d46ed63fa2e231 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jul 05 17:59:36 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Aug 30 16:03:23 2018 -0700 |
tree | 6c03573dba7cad03d06d395e78b88e36127fd92a | |
parent | 8ff0b90780910821a53c70d5e68d28382f2a1a07 [diff] |
rcu: Inline increment_cpu_stall_ticks() into its sole caller Consolidation of the RCU flavors into one makes increment_cpu_stall_ticks() a trivial one-line function with only one caller. This commit therefore inlines it. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>