Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

gpio: sloppy-logic-analyzer remove reference to rcu_momentary_dyntick_idle()

There is one last reference to rcu_momentary_dyntick_idle() after
commit 32a9f26e5e26 ("rcu: Rename rcu_momentary_dyntick_idle() into
rcu_momentary_eqs()")

Rename it for consistency.

Fixes: 32a9f26e5e26 ("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>

authored by

Srikar Dronamraju and committed by
Bartosz Golaszewski
a0b6594e b4c69d47

+1 -1
+1 -1
tools/gpio/gpio-sloppy-logic-analyzer.sh
··· 113 113 taskset -p "$newmask" "$p" || continue 114 114 done 2>/dev/null >/dev/null 115 115 116 - # Big hammer! Working with 'rcu_momentary_dyntick_idle()' for a more fine-grained solution 116 + # Big hammer! Working with 'rcu_momentary_eqs()' for a more fine-grained solution 117 117 # still printed warnings. Same for re-enabling the stall detector after sampling. 118 118 echo 1 > /sys/module/rcupdate/parameters/rcu_cpu_stall_suppress 119 119