Small problem with kernel/power/tuxonice_checksum.c which causes compilation to fail with wrong type for get_next_bit_on
--- tuxonice_checksum.c.orig 2007-08-11 14:22:52.000000000 -0700 +++ tuxonice_checksum.c 2007-08-11 14:23:01.000000000 -0700 @@ -292,7 +292,7 @@ if (check) toi_num_resaved = 0; - BITMAP_FOR_EACH_SET(pageset2_map, pfn) { + BITMAP_FOR_EACH_SET(&pageset2_map, pfn) { int ret; if (index % CHECKSUMS_PER_PAGE) { this_checksum += CHECKSUM_SIZE; - 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/