]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Convert rcu_nohz_full_cpu() ULONG_CMP_LT() to time_before()
authorPaul E. McKenney <paulmck@kernel.org>
Sat, 11 Apr 2020 00:05:22 +0000 (17:05 -0700)
committerPaul E. McKenney <paulmck@kernel.org>
Mon, 27 Apr 2020 18:01:17 +0000 (11:01 -0700)
commit9800a0f6b441c2c96aa17f774c5dfaf2ed45296e
treef04ddce9919c1b893a61e66ae09467adb1a2cf31
parentea2b116884327dc190c160604e9c3011c09a4998
rcu: Convert rcu_nohz_full_cpu() ULONG_CMP_LT() to time_before()

This commit converts the ULONG_CMP_LT() in rcu_nohz_full_cpu() to
time_before() to reflect the fact that it is comparing a timestamp to
the jiffies counter.

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