diff options
author | Srikar Dronamraju <[email protected]> | 2024-09-25 11:16:18 +0530 |
---|---|---|
committer | Bartosz Golaszewski <[email protected]> | 2024-10-21 09:12:53 +0200 |
commit | a0b6594e411dcae0cc563f5157cf062e93603388 (patch) | |
tree | d54ead922c401dc54a4fb6965513f56e2788a8db | |
parent | b4c69d471b72aa70766d94a11c31bc4c13f29eac (diff) |
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 <[email protected]>
Acked-by: Frederic Weisbecker <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bartosz Golaszewski <[email protected]>
-rwxr-xr-x | tools/gpio/gpio-sloppy-logic-analyzer.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/gpio/gpio-sloppy-logic-analyzer.sh b/tools/gpio/gpio-sloppy-logic-analyzer.sh index ed21a110df5e..3ef2278e49f9 100755 --- a/tools/gpio/gpio-sloppy-logic-analyzer.sh +++ b/tools/gpio/gpio-sloppy-logic-analyzer.sh @@ -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 |