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:
8795d77
)
lockdep: Simplify debug atomic ops
author
Frederic Weisbecker
<fweisbec@gmail.com>
Thu, 15 Apr 2010 21:10:43 +0000
(23:10 +0200)
committer
Frederic Weisbecker
<fweisbec@gmail.com>
Fri, 30 Apr 2010 17:15:56 +0000
(19:15 +0200)
Simplify debug_atomic_inc/dec by using this_cpu_inc/dec() instead
of doing it through an indirect get_cpu_var() and a manual
incrementation.
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
No differences found