]> asedeno.scripts.mit.edu Git - 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>
Mon, 10 Jun 2013 20:44:56 +0000 (13:44 -0700)
commit4982969d965ec87b1887c86d2e0b3d81065e1d38
tree3a26eb3c9ef7f3e2fec23a474a937ea50c5b573a
parent026ad2835ce6202069e7aa0b11f5f1be4de34550
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