From: Will Deacon Date: Thu, 23 Apr 2015 19:08:49 +0000 (+0100) Subject: arm64: cmpxchg: patch in lse instructions when supported by the CPU X-Git-Tag: omap-for-v4.3/fixes-rc1~98^2~41 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c342f78217e822d2178265b0b1de232eeb717149;p=pandora-kernel.git arm64: cmpxchg: patch in lse instructions when supported by the CPU On CPUs which support the LSE atomic instructions introduced in ARMv8.1, it makes sense to use them in preference to ll/sc sequences. This patch introduces runtime patching of our cmpxchg primitives so that the LSE cas instruction is used instead. Reviewed-by: Catalin Marinas Signed-off-by: Will Deacon --- Reading git-diff-tree failed