asm-generic: cmpxchg does not handle non-long arguments
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Tue, 22 Jun 2010 08:30:15 +0000 (10:30 +0200)
committerArnd 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