|
@@ -3496,7 +3496,7 @@ static int rcu_pending(void)
|
|
|
* non-NULL, store an indication of whether all callbacks are lazy.
|
|
* non-NULL, store an indication of whether all callbacks are lazy.
|
|
|
* (If there are no callbacks, all of them are deemed to be lazy.)
|
|
* (If there are no callbacks, all of them are deemed to be lazy.)
|
|
|
*/
|
|
*/
|
|
|
-static int __maybe_unused rcu_cpu_has_callbacks(bool *all_lazy)
|
|
|
|
|
|
|
+static bool __maybe_unused rcu_cpu_has_callbacks(bool *all_lazy)
|
|
|
{
|
|
{
|
|
|
bool al = true;
|
|
bool al = true;
|
|
|
bool hc = false;
|
|
bool hc = false;
|