From: Nicolas Pitre Date: Mon, 20 Jun 2011 03:36:03 +0000 (-0400) Subject: ARM: add a kuser_cmpxchg64 user space helper X-Git-Tag: v3.1-rc1~258^2^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40fb79c8a88625504857d44de1bc89dc0341e618;p=pandora-kernel.git ARM: add a kuser_cmpxchg64 user space helper Some user space applications are designed around the ability to perform atomic operations on 64 bit values. Since this is natively possible only with ARMv6k and above, let's provide a new kuser helper to perform the operation with kernel supervision on pre ARMv6k hardware. Signed-off-by: Nicolas Pitre Tested-by: Dave Martin --- Reading git-diff-tree failed