From: Jon Mason Date: Fri, 19 May 2006 20:35:32 +0000 (-0500) Subject: [PATCH] remove powerpc bitops in favor of existing generic bitops X-Git-Tag: v2.6.18-rc1~1081^2~225^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a9cb46a73abd6c45e7c986bec984eed60c417b6;p=pandora-kernel.git [PATCH] remove powerpc bitops in favor of existing generic bitops There already exists a big endian safe bitops implementation in lib/find_next_bit.c. The code in it is 90%+ common with the powerpc specific version, so the powerpc version is redundant. This patch makes the necessary changes to use the generic bitops in powerpc, and removes the powerpc specific version. Signed-off-by: Jon Mason Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed