• Akinobu Mita's avatar
    powerpc: Use asm-generic/bitops/le.h · 79597be9
    Akinobu Mita authored
    The only difference between powerpc and asm-generic le-bitops is
    test_bit_le().  Usually all bitops require a long aligned bitmap.
    But powerpc test_bit_le() can take an unaligned address.
    
    There is no special callsite of test_bit_le() that needs unaligned
    access in powerpc as far as I can see.  So convert to use
    asm-generic/bitops/le.h for powerpc.
    Signed-off-by: default avatarAkinobu Mita <akinobu.mita@gmail.com>
    Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
    Cc: Paul Mackerras <paulus@samba.org>
    Cc: linuxppc-dev@lists.ozlabs.org
    Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
    79597be9
bitops.h 7.86 KB