I found some patches in a long-forgotten branch - they still applied cleanly, so I spiced them up with a few extra simplifications and signed->unsigned conversions.
Rasmus Villemoes (8): lib: bitmap: More signed->unsigned conversions linux/nodemask.h: Update bitmap wrappers to take unsigned int linux/cpumask.h: Update bitmap wrappers to take unsigned int lib: bitmap: Update bitmap_onto to unsigned lib: bitmap: Change parameters of bitmap_fold to unsigned lib: bitmap: Simplify bitmap_pos_to_ord lib: bitmap: Simplify bitmap_ord_to_pos lib: bitmap: Minor changes of bitmap_remap include/linux/bitmap.h | 22 ++++++------- include/linux/cpumask.h | 22 ++++++------- include/linux/nodemask.h | 26 +++++++-------- lib/bitmap.c | 85 +++++++++++++++++++++--------------------------- 4 files changed, 72 insertions(+), 83 deletions(-) -- 2.1.3 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

