Commit df63fa5b authored by Paul E. McKenney's avatar Paul E. McKenney
Browse files

rcu: Convert "1UL << x" to "BIT(x)"



This commit saves a few characters by converting "1UL << x" to "BIT(x)".

Signed-off-by: default avatarPaul E. McKenney <paulmck@linux.vnet.ibm.com>
parent fced9c8c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment