Skip to content

Commit a0b6594

Browse files
srikardBartosz Golaszewski
authored andcommitted
gpio: sloppy-logic-analyzer remove reference to rcu_momentary_dyntick_idle()
There is one last reference to rcu_momentary_dyntick_idle() after commit 32a9f26 ("rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()") Rename it for consistency. Fixes: 32a9f26 ("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>
1 parent b4c69d4 commit a0b6594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/gpio/gpio-sloppy-logic-analyzer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ init_cpu()
113113
taskset -p "$newmask" "$p" || continue
114114
done 2>/dev/null >/dev/null
115115

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
117117
# still printed warnings. Same for re-enabling the stall detector after sampling.
118118
echo 1 > /sys/module/rcupdate/parameters/rcu_cpu_stall_suppress
119119

0 commit comments

Comments
 (0)