Around Thu 21 Oct 2010 23:40:57 +0900 or thereabout, Akinobu Mita wrote: > As a preparation for providing little-endian bitops for all architectures, > This removes generic_ prefix from little-endian bitops function names > in asm-generic/bitops/le.h. > > s/generic_find_next_le_bit/find_next_le_bit/ > s/generic_find_next_zero_le_bit/find_next_zero_le_bit/ > s/generic_find_first_zero_le_bit/find_first_zero_le_bit/ > s/generic___test_and_set_le_bit/__test_and_set_le_bit/ > s/generic___test_and_clear_le_bit/__test_and_clear_le_bit/ > s/generic_test_le_bit/test_le_bit/ > s/generic___set_le_bit/__set_le_bit/ > s/generic___clear_le_bit/__clear_le_bit/ > s/generic_test_and_set_le_bit/test_and_set_le_bit/ > s/generic_test_and_clear_le_bit/test_and_clear_le_bit/ > > Signed-off-by: Akinobu Mita <[email protected]> > Cc: Hans-Christian Egtvedt <[email protected]> > Cc: Geert Uytterhoeven <[email protected]> > Cc: Roman Zippel <[email protected]> > Cc: Andreas Schwab <[email protected]> > Cc: [email protected] > Cc: Greg Ungerer <[email protected]> > Cc: Benjamin Herrenschmidt <[email protected]> > Cc: Paul Mackerras <[email protected]> > Cc: [email protected] > Cc: Andy Grover <[email protected]> > Cc: [email protected] > Cc: "David S. Miller" <[email protected]> > Cc: [email protected] > Cc: Avi Kivity <[email protected]> > Cc: Marcelo Tosatti <[email protected]> > Cc: [email protected] > --- > No change from previous submission > > arch/avr32/kernel/avr32_ksyms.c | 4 ++-- > arch/avr32/lib/findbit.S | 4 ++--
For the AVR32 changes. Acked-by: Hans-Christian Egtvedt <[email protected]> <snipp patch> -- Best regards, Hans-Christian Egtvedt -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
