lkml.org 
[lkml]   [2007]   [Aug]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] tuxonice-head 070811
Date
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2007-08-11 23:51    [W:0.022 / U:2.992 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site