From: Akinobu Mita Date: Sun, 4 Nov 2012 02:03:45 +0000 (+0000) Subject: powerpc: Use asm-generic/bitops/le.h X-Git-Tag: v3.8-rc1~68^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79597be99ac96b1409eb7ae41c336696d7c4f4d9;p=pandora-kernel.git powerpc: Use asm-generic/bitops/le.h 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: Akinobu Mita Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org Signed-off-by: Benjamin Herrenschmidt --- Reading git-diff-tree failed