commit | 117f683c6e0104e1d6dfe8f143ea9c24ab069044 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.ibm.com> | Mon Nov 05 14:20:57 2018 -0800 |
committer | Paul E. McKenney <paulmck@linux.ibm.com> | Mon Nov 12 09:03:59 2018 -0800 |
tree | bbc722e9f6c291675a4b7934ebf25d28275f99c2 | |
parent | 05f415715ce45da07a0b1a5eac842765b733157f [diff] |
rcu: Replace this_cpu_ptr() with __this_cpu_read() Because __this_cpu_read() can be lighter weight than equivalent uses of this_cpu_ptr(), this commit replaces the latter with the former. Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>