git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
90a4d2c
)
rcu: eliminate synchronize_rcu_xxx macro
author
Paul E. McKenney
<paulmck@linux.vnet.ibm.com>
Sun, 4 Jan 2009 21:03:02 +0000
(13:03 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 5 Jan 2009 09:18:08 +0000
(10:18 +0100)
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>
No differences found