Skip to content
Commit 0a9cb46a authored by Jon Mason's avatar Jon Mason Committed by Paul Mackerras
Browse files

[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: default avatarJon Mason <jdmason@us.ibm.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent 7499bf1a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment