From: Will Deacon Date: Thu, 28 Apr 2011 17:43:01 +0000 (+0100) Subject: ARM: 6889/1: futex: add SMP futex support when !CPU_USE_DOMAINS X-Git-Tag: v3.0-rc1~328^2~1^4~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b0db56604b4ccc55a325104b14093aeedeb829;p=pandora-kernel.git ARM: 6889/1: futex: add SMP futex support when !CPU_USE_DOMAINS This patch uses the load/store exclusive instructions to add SMP futex support for ARM. Since the ARM architecture does not provide instructions for unprivileged exclusive memory accesses, we can only provide SMP futexes when CPU domain support is disabled. Cc: Nicolas Pitre Signed-off-by: Will Deacon Signed-off-by: Russell King --- Reading git-diff-tree failed