mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-13 03:10:58 +00:00
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>
9.3 KiB
9.3 KiB