commit | 7b2413111a630469282c427033818977515ea592 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@kernel.org> | Fri Apr 10 15:52:53 2020 -0700 |
committer | Paul E. McKenney <paulmck@kernel.org> | Mon Apr 27 11:01:16 2020 -0700 |
tree | 53361f32f7e6b8112a838eb9bc06c1de3b6ee481 | |
parent | 29ffebc5fcc0bcd8e9bc9f9b3899f2d222b12b04 [diff] |
rcu: Convert rcu_initiate_boost() ULONG_CMP_GE() to time_after() This commit converts the ULONG_CMP_GE() in rcu_initiate_boost() to time_after() to reflect the fact that it is comparing a timestamp to the jiffies counter. Signed-off-by: Paul E. McKenney <paulmck@kernel.org>