]> bbs.cooldavid.org Git - net-next-2.6.git/commit - arch/powerpc/Kconfig
[PATCH] remove powerpc bitops in favor of existing generic bitops
authorJon Mason <jdmason@us.ibm.com>
Fri, 19 May 2006 20:35:32 +0000 (15:35 -0500)
committerPaul Mackerras <paulus@samba.org>
Wed, 24 May 2006 06:08:58 +0000 (16:08 +1000)
commit0a9cb46a73abd6c45e7c986bec984eed60c417b6
treee713d9a0d03de947f3727e6fead942024f4c0767
parent7499bf1a4cabde789e7694b33d01a1913ae1dddf
[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 <jdmason@us.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/Kconfig
arch/powerpc/lib/Makefile
arch/powerpc/lib/bitops.c [deleted file]
arch/ppc/Kconfig
include/asm-powerpc/bitops.h