[PATCH -mm 0/6] convert little-endian bitops macros to inline functions

From: Akinobu Mita
Date: Thu Jan 27 2011 - 08:55:45 EST


The little-endian bitops patch series has been added to the -mm tree.
This additional patch series converts all little-endian bitops macros
to static inline functions with proper prototypes.

Akinobu Mita (6):
asm-generic: convert little-endian bitops macros to static inline
functions
powerpc: convert little-endian bitops macros to static inline
functions
s390: convert little-endian bitops macros to static inline functions
arm: convert little-endian bitops macros to static inline functions
m68k: convert little-endian bitops macros to static inline functions
m68knommu: convert little-endian bitops macros to static inline
functions

arch/arm/include/asm/bitops.h | 70 +++++++++++++++++++++++++----------
arch/m68k/include/asm/bitops_mm.h | 41 +++++++++++++++------
arch/m68k/include/asm/bitops_no.h | 12 ++++--
arch/powerpc/include/asm/bitops.h | 43 +++++++++++++++-------
arch/s390/include/asm/bitops.h | 48 +++++++++++++++++-------
include/asm-generic/bitops/le.h | 73 ++++++++++++++++++++++++++-----------
6 files changed, 201 insertions(+), 86 deletions(-)

--
1.7.3.4

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/