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:
7c33433
)
percpu, x86: Add arch-specific this_cpu_cmpxchg_double() support
author
Christoph Lameter
<cl@linux.com>
Mon, 28 Feb 2011 10:02:24 +0000
(11:02 +0100)
committer
Tejun Heo
<tj@kernel.org>
Mon, 28 Feb 2011 10:20:49 +0000
(11:20 +0100)
Support this_cpu_cmpxchg_double() using the cmpxchg16b and cmpxchg8b
instructions.
-tj: s/percpu_cmpxchg16b/percpu_cmpxchg16b_double/ for consistency and
other cosmetic changes.
Signed-off-by: Christoph Lameter <cl@linux.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
No differences found