commit | cc56885732f023fc28ddec65cc0263692f956333 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu May 17 13:15:40 2018 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Mon May 21 21:11:53 2018 -0700 |
tree | da218f3e7c76a20bf759c880fd26ae3392e8ce9c | |
parent | a3be3bb59eb89a563cb22e50285f57d9f659f743 [diff] |
rcu: Remove __maybe_unused from rcu_cpu_has_callbacks() The rcu_cpu_has_callbacks() function is now used in all configurations, so this commit removes the __maybe_unused. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>