commit | c6691126636769bd22bfd7b55829f0373a93c1ce | [log] [tgz] |
---|---|---|
author | Mathieu Lacage <mathieu.lacage@sophia.inria.fr> | Tue Jun 22 10:30:15 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Sat Oct 09 21:51:27 2010 +0200 |
tree | ac6cad088a65e5e8b9a5c7035d883f7eb812fdc9 | |
parent | 8b9d40691e8f5e7e0c8fb839c2bad29c5e0888ce [diff] |
asm-generic: cmpxchg does not handle non-long arguments 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>