]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commitbc72f427fb109122290c8e707a8a22b4a32a233a
treee713d9a0d03de947f3727e6fead942024f4c0767
parent873e468f0f2dfab16f50ada2a99b47f564f1f6d1
[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