]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads()
authorPaul E. McKenney <paulmck@kernel.org>
Sun, 4 Jul 2021 20:59:35 +0000 (13:59 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Tue, 6 Jul 2021 22:53:12 +0000 (15:53 -0700)
commitd0b640a89cc5950be6047969c6c878b08770e2f2
tree4d3a108a1e0a0bc3a444247d75aac45e1171f0d8
parente6067639e2f324058e8a4072eb7f5bdac129c0fd
rcu: Fix pr_info() formats and values in show_rcu_gp_kthreads()

This commit changes from "%lx" to "%x" and from "0x1ffffL" to "0x1ffff"
to match the change in type between the old field ->state (unsigned long)
and the new field ->__state (unsigned int).

Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
kernel/rcu/tree_stall.h