commit | 0b5bdd873804b9d02456f552985727ebe7679e29 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Thu Mar 28 16:56:53 2013 -0700 |
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun May 12 11:28:38 2013 -0700 |
tree | e81cce58c4cca3ddb122046f2b7a86716755a94b | |
parent | 4f8203a8c00d7aa948875b981d6bedc882972f12 [diff] |
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>