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:
3d94ae0
)
x86: consolidate xchg and xadd macros
author
Jeremy Fitzhardinge
<jeremy@goop.org>
Fri, 30 Sep 2011 19:14:10 +0000
(12:14 -0700)
committer
Jeremy Fitzhardinge
<jeremy@goop.org>
Fri, 25 Nov 2011 18:43:12 +0000
(10:43 -0800)
They both have a basic "put new value in location, return old value"
pattern, so they can use the same macro easily.
Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
No differences found