gpio: sloppy-logic-analyzer remove reference to rcu_momentary_dyntick_idle()
[ Upstream commit a0b6594e411dcae0cc563f5157cf062e93603388 ] There is one last reference to rcu_momentary_dyntick_idle() after commit32a9f26e5e("rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()") Rename it for consistency. Fixes:32a9f26e5e("rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()") Signed-off-by: Srikar Dronamraju <srikar@linux.ibm.com> Acked-by: Frederic Weisbecker <frederic@kernel.org> Link: https://lore.kernel.org/r/20240925054619.568209-1-srikar@linux.ibm.com Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
081b2d2d9a
commit
77a81f159e
@@ -113,7 +113,7 @@ init_cpu()
|
||||
taskset -p "$newmask" "$p" || continue
|
||||
done 2>/dev/null >/dev/null
|
||||
|
||||
# Big hammer! Working with 'rcu_momentary_dyntick_idle()' for a more fine-grained solution
|
||||
# Big hammer! Working with 'rcu_momentary_eqs()' for a more fine-grained solution
|
||||
# still printed warnings. Same for re-enabling the stall detector after sampling.
|
||||
echo 1 > /sys/module/rcupdate/parameters/rcu_cpu_stall_suppress
|
||||
|
||||
|
||||
Reference in New Issue
Block a user