]> git.karo-electronics.de Git - karo-tx-linux.git/commit
rcu: Merge adjacent identical ifdefs
authorPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Thu, 28 Mar 2013 23:56:53 +0000 (16:56 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Wed, 22 May 2013 20:59:27 +0000 (13:59 -0700)
commit1e22fc2fccf9ac40fb311c508c8ba7061b0c80e5
tree955b5b1443c1177a770b3085d8f361a11b89a3f4
parent115ec78dd77b6909fcfd5c2df114a30a5ae09256
rcu: Merge adjacent identical ifdefs

Two ifdefs in kernel/rcupdate.c now have identical conditions with
nothing between them, so the commit merges them into a single ifdef.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
kernel/rcupdate.c