commit | 71c40fd0b5ceb300c6cb8753835d9d94a8bfc56f | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed May 03 13:51:42 2017 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Jun 08 18:52:34 2017 -0700 |
tree | 8f29c9decb046beb3d0668a5555b5f04e6cbc60e | |
parent | fe21a27e8ca0937a5ac298de1f4b46382e9c5c88 [diff] |
rcu: Move rcutiny.h to new empty/true/false-function style This commit saves a few lines in include/linux/rcutiny.h by moving to single-line definitions for empty functions, instead of the old style where the two curly braces each get their own line. Reported-by: Ingo Molnar <mingo@kernel.org> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>