From: Will Deacon Date: Fri, 14 Mar 2014 17:47:05 +0000 (+0000) Subject: arm64: rwsem: use asm-generic rwsem implementation X-Git-Tag: v3.15-rc1~164^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c209f79940ac0c75ae8d2f503a2b9d86255e266c;p=pandora-kernel.git arm64: rwsem: use asm-generic rwsem implementation asm-generic offers an atomic-add based rwsem implementation, which can avoid the need for heavier, spinlock-based synchronisation on the fast path. This patch makes use of the optimised implementation for arm64 CPUs. Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed