[PATCH] tuxonice-head 070811

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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/

[Index of Archives]     [Kernel Newbies]     [Netfilter]     [Bugtraq]     [Photo]     [Stuff]     [Gimp]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Video 4 Linux]     [Linux for the blind]     [Linux Resources]
  Powered by Linux