[<prev] [next>] [day] [month] [year] [list]
Message-ID: <f9lapr$o94$1@sea.gmane.org>
Date: Sat, 11 Aug 2007 21:47:40 +0000 (UTC)
From: Steven <hairpinblue@...oo.com>
To: linux-kernel@...r.kernel.org
Subject: [PATCH] tuxonice-head 070811
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists