On Thursday 21 October 2010, 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]
Acked-by: Arnd Bergmann <[email protected]> -- 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
