From: Will Deacon Date: Fri, 14 Mar 2014 17:47:04 +0000 (+0000) Subject: asm-generic: rwsem: de-PPCify rwsem.h X-Git-Tag: v3.15-rc1~164^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e172800e5d3162f97d332b3745e3743ce150ec48;p=pandora-kernel.git asm-generic: rwsem: de-PPCify rwsem.h asm-generic/rwsem.h used to live under arch/powerpc. During its liberation to common code, a few references to its former home where preserved, in particular the definition of RWSEM_ACTIVE_MASK is predicated on CONFIG_PPC64. This patch updates the ifdefs and comments to architecturally neutral versions. Acked-by: Arnd Bergmann Acked-by: Richard Kuo Signed-off-by: Will Deacon Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed