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:
00a4154
)
x86, cmpxchg: Unify cmpxchg into cmpxchg.h
author
Jeremy Fitzhardinge
<jeremy.fitzhardinge@citrix.com>
Thu, 18 Aug 2011 18:48:06 +0000
(11:48 -0700)
committer
H. Peter Anvin
<hpa@linux.intel.com>
Mon, 29 Aug 2011 20:42:10 +0000
(13:42 -0700)
Everything that's actually common between 32 and 64-bit is moved into
cmpxchg.h.
xchg/cmpxchg will fail with a link error if they're passed an
unsupported size (which includes 64-bit args on 32-bit systems).
Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
Link:
http://lkml.kernel.org/r/4E5BCC40.3030501@goop.org
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
No differences found