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:
8b9d406
)
asm-generic: cmpxchg does not handle non-long arguments
author
Mathieu Lacage
<mathieu.lacage@sophia.inria.fr>
Tue, 22 Jun 2010 08:30:15 +0000
(10:30 +0200)
committer
Arnd Bergmann
<arnd@arndb.de>
Sat, 9 Oct 2010 19:51:27 +0000
(21:51 +0200)
The version of cmpxchg defined in asm-generic/system.h does not handle
correctly non-long arguments. Use the version defined in cmpxchg.h
instead.
Signed-off-by: Mathieu Lacage <mathieu.lacage@inria.fr>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
No differences found