commit | ea7d3fef4222cd98556a0b386598268d4dbf6670 | [log] [tgz] |
---|---|---|
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Sun Jan 04 13:03:02 2009 -0800 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jan 05 10:18:08 2009 +0100 |
tree | b16f3cbe0f5e13c9bf6472fa9e1c461da0cea5b4 | |
parent | 90a4d2c0106bb690f0b6af3d506febc35c658aa7 [diff] |
rcu: eliminate synchronize_rcu_xxx macro Impact: cleanup Expand macro into two files. The synchronize_rcu_xxx macro is quite ugly and it's only used by two callers, so expand it instead. This makes this code easier to change. Signed-off-by: Andi Kleen <ak@linux.intel.com> Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>