Tag: 82072c4fcf095ce03a05860365c157c8bb58945b

rcu: Change function declaration to bool

Author: Nicholas Mc Guire <hofrat@osadl.org> rcu_cpu_has_callbacks() is declared int. The current declaration was introduced in commit c0f4dfd4f90f (rcu: Make RCU_FAST_NO_HZ take advantage of numbered callbacks). But it is actually returning bool and as the function description states ” * Return true if the specified CPU has any callback….”, this probably should be a bool as …

Continue reading