From: Mathieu Lacage Date: Tue, 22 Jun 2010 08:30:15 +0000 (+0200) Subject: asm-generic: cmpxchg does not handle non-long arguments X-Git-Tag: v2.6.37-rc1~172^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c6691126636769bd22bfd7b55829f0373a93c1ce;p=pandora-kernel.git 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 Signed-off-by: Arnd Bergmann --- Reading git-diff-tree failed