mirror of https://github.com/torvalds/linux.git
gpio: sloppy-logic-analyzer remove reference to rcu_momentary_dyntick_idle()
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>
This commit is contained in:
parent
b4c69d471b
commit
a0b6594e41
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue