mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-05-21 22:54:00 +00:00
This renames for_each_set_bit_cont() to for_each_set_bit_from() because it is analogous to list_for_each_entry_from() in list.h rather than list_for_each_entry_continue(). This doesn't remove for_each_set_bit_cont() for now. Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com> Cc: Robert Richter <robert.richter@amd.com> Cc: Thomas Gleixner <tglx@linutronix.de> Cc: Ingo Molnar <mingo@redhat.com> Cc: "H. Peter Anvin" <hpa@zytor.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> |
||
---|---|---|
.. | ||
bitmap.h | ||
bitops.h | ||
compiler.h | ||
const.h | ||
ctype.h | ||
hash.h | ||
kernel.h | ||
linkage.h | ||
list.h | ||
module.h | ||
poison.h | ||
prefetch.h | ||
rbtree.h | ||
string.h | ||
types.h |