From: Akinobu Mita Date: Wed, 23 Mar 2011 23:41:58 +0000 (-0700) Subject: m68k: introduce little-endian bitops X-Git-Tag: v2.6.39-rc1~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f5527fe7e0fb50556b97b8addbe3832985f793e;p=pandora-kernel.git m68k: introduce little-endian bitops Introduce little-endian bit operations by renaming native ext2 bit operations and changing find_*_bit_le() to take a "void *". The ext2 bit operations are kept as wrapper macros using little-endian bit operations to maintain bisectability until the conversions are finished. Signed-off-by: Akinobu Mita Cc: Geert Uytterhoeven Cc: Roman Zippel Cc: Andreas Schwab Cc: "H. Peter Anvin" Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed