On Sun, 2011-01-16 at 22:08 +0900, Akinobu Mita wrote: > Introduce little-endian bit operations to the architectures which do not > have native little-endian bit operations. (alpha, avr32, blackfin, cris, > frv, h8300, ia64, m32r, mips, mn10300, parisc, sh, sparc, tile, x86, > xtensa) > > These architectures can just include generic implementation > (asm-generic/bitops/le.h). > > Signed-off-by: Akinobu Mita <akinobu.mita@xxxxxxxxx> > Cc: Richard Henderson <rth@xxxxxxxxxxx> > Cc: Ivan Kokshaysky <ink@xxxxxxxxxxxxxxxxxxxx> > Cc: Hans-Christian Egtvedt <hans-christian.egtvedt@xxxxxxxxx> > Cc: Bryan Wu <bryan.wu@xxxxxxxxxx> > Cc: Mikael Starvik <starvik@xxxxxxxx> > Cc: David Howells <dhowells@xxxxxxxxxx> > Cc: Yoshinori Sato <ysato@xxxxxxxxxxxxxxxxxxxx> > Cc: "Luck, Tony" <tony.luck@xxxxxxxxx> > Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> > Cc: Kyle McMartin <kyle@xxxxxxxxxxx> > Cc: Matthew Wilcox <willy@xxxxxxxxxx> > Cc: Grant Grundler <grundler@xxxxxxxxxxxxxxxx> > Cc: Paul Mundt <lethal@xxxxxxxxxxxx> > Cc: Kazumoto Kojima <kkojima@xxxxxxxxxxxxxx> > Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> > Cc: Chris Zankel <chris@xxxxxxxxxx> > Cc: Ingo Molnar <mingo@xxxxxxx> > Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx> > Cc: "H. Peter Anvin" <hpa@xxxxxxxxx> > Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> > --- > > Change from v3: > - No change > > The whole series is available in the git repository at: > git://git.kernel.org/pub/scm/linux/kernel/git/mita/linux-2.6.git le-bitops-v4 > > arch/alpha/include/asm/bitops.h | 1 + > arch/avr32/include/asm/bitops.h | 1 + For the AVR32 related change, Acked-by: Hans-Christian Egtvedt <hans-christian.egtvedt@xxxxxxxxx> <snipp> -- Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html