[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1296136583-13815-1-git-send-email-akinobu.mita@gmail.com>
Date: Thu, 27 Jan 2011 22:56:17 +0900
From: Akinobu Mita <akinobu.mita@...il.com>
To: linux-kernel@...r.kernel.org, linux-arch@...r.kernel.org,
akpm@...ux-foundation.org
Cc: Akinobu Mita <akinobu.mita@...il.com>
Subject: [PATCH -mm 0/6] convert little-endian bitops macros to inline functions
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists